llvm-project/compiler-rt/cmake/Modules
Francis Ricci b04a721830 [compiler-rt] Fix target architecture matching
Summary:
Use stricter comparisons for architecture. This prevents cmake from failing
for sysroots which can only compile armhf and not arm, since
arm MATCHES armhf is true, while arm STREQUAL armhf is false.

Reviewers: beanz, compnerd

Subscribers: aemerson, llvm-commits

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

llvm-svn: 276148
2016-07-20 18:06:31 +00:00
..
AddCompilerRT.cmake [compiler-rt] Fix VisualStudio virtual folders layout 2016-07-11 21:51:56 +00:00
BuiltinTests.cmake [CMake] Cache check results and avoid duplicate checks 2016-05-11 20:37:43 +00:00
CompilerRTCompile.cmake [CMake] Use LLVM_MAIN_SRC_DIR instead of LLVM_SOURCE_DIR. 2016-02-01 21:08:16 +00:00
CompilerRTDarwinUtils.cmake [CMake] Converting darwin_test_archs simple source to C 2016-06-22 23:02:49 +00:00
CompilerRTLink.cmake CMake: Stop using LLVM's custom parse_arguments. NFC 2015-06-19 03:39:24 +00:00
CompilerRTUtils.cmake [compiler-rt] Fix target architecture matching 2016-07-20 18:06:31 +00:00
SanitizerUtils.cmake [CMake] Cleanup CMake version checking 2016-06-09 21:35:37 +00:00