diff options
author | Francis Visoiu Mistrih <francisvm@yahoo.com> | 2019-07-29 22:08:12 +0000 |
---|---|---|
committer | Francis Visoiu Mistrih <francisvm@yahoo.com> | 2019-07-29 22:08:12 +0000 |
commit | fb3c53af3407309a21496acd8c3667b99af7da7e (patch) | |
tree | 5ef39ace52a770ab88b6bf10d1ff26e789ccc121 /compiler-rt | |
parent | 6ad2151b599b8d324908e803abb9d3dc36d196e7 (diff) | |
download | bcm5719-llvm-fb3c53af3407309a21496acd8c3667b99af7da7e.tar.gz bcm5719-llvm-fb3c53af3407309a21496acd8c3667b99af7da7e.zip |
Revert "[compiler-rt] Appending COMPILER_RT_LIBCXX_PATH -isystem include for xray (2)"
This reverts commit r367250. It's failing on green dragon:
http://lab.llvm.org:8080/green/job/clang-stage1-RA/482/console.
llvm-svn: 367265
Diffstat (limited to 'compiler-rt')
-rw-r--r-- | compiler-rt/lib/xray/CMakeLists.txt | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/compiler-rt/lib/xray/CMakeLists.txt b/compiler-rt/lib/xray/CMakeLists.txt index d436a32e075..0a86c52e620 100644 --- a/compiler-rt/lib/xray/CMakeLists.txt +++ b/compiler-rt/lib/xray/CMakeLists.txt @@ -118,11 +118,6 @@ endforeach() include_directories(..) include_directories(../../include) -if(COMPILER_RT_USE_LIBCXX) - if (SANITIZER_CXX_ABI_LIBNAME STREQUAL "libc++") - set(SANITIZER_COMMON_CFLAGS "${SANITIZER_COMMON_CFLAGS} -isystem ${COMPILER_RT_LIBCXX_PATH}/include") - endif() -endif() set(XRAY_CFLAGS ${SANITIZER_COMMON_CFLAGS}) set(XRAY_COMMON_DEFINITIONS XRAY_HAS_EXCEPTIONS=1) |