[PATCH] D57757: [scudo][standalone] Do not error out on spurious C(XX) flags

Kostya Kortchinsky via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 5 11:08:32 PST 2019


cryptoad added a comment.

@eugenis I changed the Werror logic to gate it behind COMPILER_RT_ENABLE_WERROR
@Eugene.Zelenko : to be fair, flags others than -stdlib could cause a similar issue, so disabling the warning sounds like a more catch-all approach.


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