[compiler-rt] r367265 - Revert "[compiler-rt] Appending COMPILER_RT_LIBCXX_PATH -isystem include for xray (2)"

Francis Visoiu Mistrih via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 29 15:08:12 PDT 2019


Author: thegameg
Date: Mon Jul 29 15:08:12 2019
New Revision: 367265

URL: http://llvm.org/viewvc/llvm-project?rev=367265&view=rev
Log:
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.

Modified:
    compiler-rt/trunk/lib/xray/CMakeLists.txt

Modified: compiler-rt/trunk/lib/xray/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/lib/xray/CMakeLists.txt?rev=367265&r1=367264&r2=367265&view=diff
==============================================================================
--- compiler-rt/trunk/lib/xray/CMakeLists.txt (original)
+++ compiler-rt/trunk/lib/xray/CMakeLists.txt Mon Jul 29 15:08:12 2019
@@ -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)
 




More information about the llvm-commits mailing list