diff options
author | Shoaib Meenai <smeenai@fb.com> | 2019-05-28 19:09:17 +0000 |
---|---|---|
committer | Shoaib Meenai <smeenai@fb.com> | 2019-05-28 19:09:17 +0000 |
commit | 363079fe73eb6f179ecdde81e6f0d526d4ba1cf8 (patch) | |
tree | a3aee28a0ec9a26b4bff10822d87ceda14b1a9a9 /clang/test/AST/ast-dump-openmp-for.c | |
parent | 272d70c3665f1fdc57ddab2d555c0bec6944f966 (diff) | |
download | bcm5719-llvm-363079fe73eb6f179ecdde81e6f0d526d4ba1cf8.tar.gz bcm5719-llvm-363079fe73eb6f179ecdde81e6f0d526d4ba1cf8.zip |
[compiler-rt] Fix cmake warnings
- Fix cmake BOOL misspellings
- Set cmake policy for CMP0075 to NEW
As requested by smeenai I've compared CMAkeCache.txt in master with and
without this patch and the only changes are to the variable types I fixed:
$ diff build-b1-master/CMakeCache.txt build-b1-compiler-rt-fix-cmake-warnings/CMakeCache.txt
503c503
< COMPILER_RT_BAREMETAL_BUILD:STRING=OFF
---
> COMPILER_RT_BAREMETAL_BUILD:BOOL=OFF
550c550
< COMPILER_RT_HWASAN_WITH_INTERCEPTORS:STRING=ON
---
> COMPILER_RT_HWASAN_WITH_INTERCEPTORS:BOOL=ON
Patch by Wink Saville <wink@saville.com>.
Differential Revision: https://reviews.llvm.org/D61203
llvm-svn: 361866
Diffstat (limited to 'clang/test/AST/ast-dump-openmp-for.c')
0 files changed, 0 insertions, 0 deletions