summaryrefslogtreecommitdiff
path: root/lib/xray
diff options
context:
space:
mode:
authorPuyan Lotfi <puyan@puyan.org>2019-08-06 08:08:07 +0000
committerPuyan Lotfi <puyan@puyan.org>2019-08-06 08:08:07 +0000
commitca7a90c4cdc188dab1e0e6fc5f221433ce84187d (patch)
tree8db10511ca83cc7b0265c7703684cd386350151b /lib/xray
parentb2845e4cd7e90a2d9b61800c3f16a8091e8996be (diff)
downloadcompiler-rt-ca7a90c4cdc188dab1e0e6fc5f221433ce84187d.tar.gz
[compiler-rt] Reverting r367962 due to Fuchsia bot build-breakage.
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@367990 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/xray')
-rw-r--r--lib/xray/CMakeLists.txt7
1 files changed, 0 insertions, 7 deletions
diff --git a/lib/xray/CMakeLists.txt b/lib/xray/CMakeLists.txt
index 17dc356a2..3798f557c 100644
--- a/lib/xray/CMakeLists.txt
+++ b/lib/xray/CMakeLists.txt
@@ -132,13 +132,6 @@ endforeach()
include_directories(..)
include_directories(../../include)
-if(COMPILER_RT_USE_LIBCXX)
- if (SANITIZER_CXX_ABI_LIBNAME STREQUAL "libc++")
- if (HAVE_LIBCXX)
- set(SANITIZER_COMMON_CFLAGS "${SANITIZER_COMMON_CFLAGS} -isystem ${COMPILER_RT_LIBCXX_PATH}/include")
- endif()
- endif()
-endif()
set(XRAY_CFLAGS ${SANITIZER_COMMON_CFLAGS})
set(XRAY_COMMON_DEFINITIONS XRAY_HAS_EXCEPTIONS=1)