diff options
author | Sergei Barannikov <barannikov88@gmail.com> | 2023-03-26 19:25:16 +0300 |
---|---|---|
committer | Sergei Barannikov <barannikov88@gmail.com> | 2023-03-29 07:22:04 +0300 |
commit | e4918d43763e8bdcdf9ad27f4eb536bf9aa4e3cf (patch) | |
tree | d8a813900bc7a6cc05c0181de7640dac287ab472 /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | 6e4f870a21e344fdcd61fe613b0aeeafb8a84ed2 (diff) | |
download | llvm-e4918d43763e8bdcdf9ad27f4eb536bf9aa4e3cf.zip llvm-e4918d43763e8bdcdf9ad27f4eb536bf9aa4e3cf.tar.gz llvm-e4918d43763e8bdcdf9ad27f4eb536bf9aa4e3cf.tar.bz2 |
[compiler-rt] Quote multiple warning flags in check_cxx_compiler_flag invocation
Without this all checks fail because CMake passes the flags
like this:
`... -nodefaultlibs -D-Warray-bounds -Werror -std=c++17 ...`
Note the `-D` before the `-W`.
Reviewed By: ahatanak
Differential Revision: https://reviews.llvm.org/D146920
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions