diff options
author | Evgeniy Stepanov <eugeni.stepanov@gmail.com> | 2016-01-08 19:56:45 +0000 |
---|---|---|
committer | Evgeniy Stepanov <eugeni.stepanov@gmail.com> | 2016-01-08 19:56:45 +0000 |
commit | 6922ab1ff61e5dbaace5b394641ad84d4d7888de (patch) | |
tree | 0e22968e0a8342e247936c38d96d29951109e9e9 | |
parent | 1dc7dfb9d9c5b5a083a3f9f924af9664f66ea346 (diff) | |
download | bcm5719-llvm-6922ab1ff61e5dbaace5b394641ad84d4d7888de.tar.gz bcm5719-llvm-6922ab1ff61e5dbaace5b394641ad84d4d7888de.zip |
Revert "Fix CMake warning in CFI tests."
This is a bit more complex than that.
llvm-svn: 257201
-rw-r--r-- | compiler-rt/test/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/test/CMakeLists.txt b/compiler-rt/test/CMakeLists.txt index 54132f34234..e5c51c8cd47 100644 --- a/compiler-rt/test/CMakeLists.txt +++ b/compiler-rt/test/CMakeLists.txt @@ -61,7 +61,7 @@ if(COMPILER_RT_CAN_EXECUTE_TESTS) add_subdirectory(ubsan) endif() # CFI tests require diagnostic mode, which is implemented in UBSan. - if(COMPILER_RT_HAS_CFI AND COMPILER_RT_HAS_UBSAN) + if(COMPILER_RT_HAS_UBSAN) add_subdirectory(cfi) endif() if(COMPILER_RT_HAS_SAFESTACK) |