[PATCH] D57757: [scudo][standalone] Do not error out on spurious C(XX) flags
Evgenii Stepanov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 6 10:58:16 PST 2019
eugenis added a comment.
I've re-read the original problem. Since this is not custom cflags, but an LLVM cmake flag, I think we are obligated to handle it.
Removing -stdlib.* from the flags looks like an OK solution.
We could also fix clang to understand that in "-stdlib=libc++ -nodefaultlibs" there are no unused flags, like with the other flag groups that cancel each other.
Repository:
rCRT Compiler Runtime
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D57757/new/
https://reviews.llvm.org/D57757
More information about the llvm-commits
mailing list