llvm-project/compiler-rt/cmake/Modules
Reid Kleckner aa9029691f Silence some CMake 3.3 dev warnings in compiler-rt
Fix a trivial instance of CMP0054 that came up on llvmdev.

The other warnings were CMP0057, which is about using the same file as a
MAIN_DEPENDENCY multiple times.  The old behavior hasn't been a problem
yet, so I silenced the warning and filed PR23595 to document the issue
if someone cares.

llvm-svn: 237808
2015-05-20 16:56:17 +00:00
..
AddCompilerRT.cmake Build ASan runtime library with -z global on Android. 2015-05-05 20:13:39 +00:00
CompilerRTCompile.cmake Translate some MSVC CMAKE_*_FLAGS to clang flags in clang_compile 2015-03-13 21:39:29 +00:00
CompilerRTLink.cmake [CMake] Use host compiler to build unittests in standalone mode 2014-02-19 13:01:03 +00:00
CompilerRTUtils.cmake Silence some CMake 3.3 dev warnings in compiler-rt 2015-05-20 16:56:17 +00:00
SanitizerUtils.cmake [asan] Use a version script to limit the symbols exported by the ASan shared runtime library. 2015-05-05 22:51:35 +00:00