zlei added inline comments.
================
Comment at: CMakeLists.txt:210
@@ -202,3 +209,3 @@
set(CLANG_VENDOR ${PACKAGE_VENDOR} CACHE STRING
"Vendor-specific text for showing with version information.")
----------------
I think the original code for resetting `CLANG_DEFAULT_CXX_STDLIB` doesn't work
as expected, as beanz pointed out.
In this revision, I just disable invalid values for both
`CLANG_DEFAULT_CXX_STDLIB` and `CLANG_DEFAULT_RTLIB`. Users will get a error
message when assigning unsupported values to them.
https://reviews.llvm.org/D22663
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits