[compiler-rt] Reverting r367962 due to Fuchsia bot build-breakage.
authorPuyan Lotfi <puyan@puyan.org>
Tue, 6 Aug 2019 08:08:07 +0000 (08:08 +0000)
committerPuyan Lotfi <puyan@puyan.org>
Tue, 6 Aug 2019 08:08:07 +0000 (08:08 +0000)
llvm-svn: 367990

compiler-rt/lib/xray/CMakeLists.txt

index 17dc356..3798f55 100644 (file)
@@ -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)