]> granicus.if.org Git - llvm/commit
[CMake] Don't override required compiler flags in the runtimes build
authorPetr Hosek <phosek@chromium.org>
Tue, 12 Feb 2019 02:11:25 +0000 (02:11 +0000)
committerPetr Hosek <phosek@chromium.org>
Tue, 12 Feb 2019 02:11:25 +0000 (02:11 +0000)
commit0f056ecd63f49cd3ef08299b3372db3dd9091483
treeb0ef590f9b12bbf000da6a9febd0f3a173c42e80
parent57909365e7d48ce2be07102138e5cfe0747e86b4
[CMake] Don't override required compiler flags in the runtimes build

Ensure that HandleLLVMOptions adds all necessary required flags,
including -Wno-error when building with LLVM_ENABLE_WERROR enabled.

Differential Revision: https://reviews.llvm.org/D58092

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@353790 91177308-0d34-0410-b5e6-96231b3b80d8
runtimes/CMakeLists.txt