[PATCH] D149522: [JITLink] Add target features to LinkGraph

Lang Hames via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 17 01:37:58 PDT 2023


lhames accepted this revision.
lhames added a comment.
This revision is now accepted and ready to land.

LGTM. Thanks very much for all of your work on this @jobnoorman!

Side note, it looks like https://reviews.llvm.org/D150549 got at least one thumbs up already. If/when that lands we would benefit from going back to using `SubtargetFeatures` in `LinkGraph`, since it'll save us copying the vector (no that this is going to cost much in practice).


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D149522/new/

https://reviews.llvm.org/D149522



More information about the llvm-commits mailing list