[PATCH] D42139: Allow passing additional compiler/linker flags for the tests

Eric Fiselier via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Feb 19 12:23:24 PST 2018


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

I'm fine with this, but I don't really think it's a good solution (but none of our LIT config is ideal). In particular for the link flags might not work well, because the order of linker flags matters a lot and this doesn't really deal with that. But if it works for your case.


Repository:
  rCXX libc++

https://reviews.llvm.org/D42139





More information about the cfe-commits mailing list