From e5588588640cf5e8203f7e4a319b88c909d41dcd Mon Sep 17 00:00:00 2001 From: Evgeniy Stepanov Date: Fri, 8 Jan 2016 19:56:45 +0000 Subject: Revert "Fix CMake warning in CFI tests." This is a bit more complex than that. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@257201 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 54132f342..e5c51c8cd 100644 --- a/test/CMakeLists.txt +++ b/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) -- cgit v1.2.1