Also introduce -stdlib=platform to override the configured value and use it to make the tests always pass.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
I dislike the value default, since with CLANG_DEFAULT_CXX_STDLIB it is not. Otherwise, it should be fine.
Comment Actions
Hmm, had this feeling as well... What about -stdlib=test as I only plan to use this for the tests that require it?
Comment Actions
I was thinking about something like -stdlib=platform to reflect that it is the target choice.