summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/xray
diff options
context:
space:
mode:
authorPuyan Lotfi <puyan@puyan.org>2019-07-29 17:50:39 +0000
committerPuyan Lotfi <puyan@puyan.org>2019-07-29 17:50:39 +0000
commit5bf16ec02b82c0e2502308c0ba36810b303ead0f (patch)
treef7bf00f481dbf1e9ef99360dbbf7cc0c45566b43 /compiler-rt/lib/xray
parent9dfed83eaa9f844f03655c4e249e1b5448a58866 (diff)
downloadbcm5719-llvm-5bf16ec02b82c0e2502308c0ba36810b303ead0f.tar.gz
bcm5719-llvm-5bf16ec02b82c0e2502308c0ba36810b303ead0f.zip
[compiler-rt] Reverting r367239 (xray include path) to fix bot build breakage.
llvm-svn: 367246
Diffstat (limited to 'compiler-rt/lib/xray')
-rw-r--r--compiler-rt/lib/xray/CMakeLists.txt3
1 files changed, 0 insertions, 3 deletions
diff --git a/compiler-rt/lib/xray/CMakeLists.txt b/compiler-rt/lib/xray/CMakeLists.txt
index 002590040a2..0a86c52e620 100644
--- a/compiler-rt/lib/xray/CMakeLists.txt
+++ b/compiler-rt/lib/xray/CMakeLists.txt
@@ -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)
OpenPOWER on IntegriCloud