[compiler-rt] r367246 - [compiler-rt] Reverting r367239 (xray include path) to fix bot build breakage.
Puyan Lotfi via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 29 10:50:39 PDT 2019
Author: zer0
Date: Mon Jul 29 10:50:39 2019
New Revision: 367246
URL: http://llvm.org/viewvc/llvm-project?rev=367246&view=rev
Log:
[compiler-rt] Reverting r367239 (xray include path) to fix bot build breakage.
Modified:
compiler-rt/trunk/lib/xray/CMakeLists.txt
Modified: compiler-rt/trunk/lib/xray/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/lib/xray/CMakeLists.txt?rev=367246&r1=367245&r2=367246&view=diff
==============================================================================
--- compiler-rt/trunk/lib/xray/CMakeLists.txt (original)
+++ compiler-rt/trunk/lib/xray/CMakeLists.txt Mon Jul 29 10:50:39 2019
@@ -118,9 +118,6 @@ endforeach()
include_directories(..)
include_directories(../../include)
-if(COMPILER_RT_USE_LIBCXX)
- set(SANITIZER_COMMON_CFLAGS "${SANITIZER_COMMON_CFLAGS} -isystem ${COMPILER_RT_LIBCXX_PATH}/include")
-endif()
set(XRAY_CFLAGS ${SANITIZER_COMMON_CFLAGS})
set(XRAY_COMMON_DEFINITIONS XRAY_HAS_EXCEPTIONS=1)
More information about the llvm-commits
mailing list