[compiler-rt] Reverting r367962 due to Fuchsia bot build-breakage.

llvm-svn: 367990
This commit is contained in:
Puyan Lotfi 2019-08-06 08:08:07 +00:00
parent efe5fd16d1
commit 1b3718e609
1 changed files with 0 additions and 7 deletions

View File

@ -132,13 +132,6 @@ endforeach()
include_directories(..) include_directories(..)
include_directories(../../include) 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_CFLAGS ${SANITIZER_COMMON_CFLAGS})
set(XRAY_COMMON_DEFINITIONS XRAY_HAS_EXCEPTIONS=1) set(XRAY_COMMON_DEFINITIONS XRAY_HAS_EXCEPTIONS=1)