From 3261cf3c2813d79b53997498781503eaad6dd2f7 Mon Sep 17 00:00:00 2001 From: Hans Wennborg Date: Wed, 20 Jul 2016 21:37:38 +0000 Subject: Revert r276117 "[XRay] Basic initialization and flag definition for XRay runtime" and also the follow-up "[xray] Only build xray on Linux for now" Two build errors were reported on the llvm-commits list: [ 88%] Building CXX object lib/xray/CMakeFiles/clang_rt.xray-x86_64.dir/xray_flags.cc.o /mnt/b/sanitizer-buildbot1/sanitizer-x86_64-linux/build/llvm/projects/compiler-rt/lib/xray/xray_init.cc:23:10: fatal error: 'llvm/Support/ELF.h' file not found #include "llvm/Support/ELF.h" ^ and In file included from /w/src/llvm.org/projects/compiler-rt/lib/xray/xray_interface.cc:16: /w/src/llvm.org/projects/compiler-rt/lib/xray/xray_interface_internal.h:36:8: error: no type named 'size_t' in namespace 'std' std::size_t Entries; ~~~~~^ git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@276186 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/CMakeLists.txt | 4 ---- 1 file changed, 4 deletions(-) (limited to 'lib/CMakeLists.txt') diff --git a/lib/CMakeLists.txt b/lib/CMakeLists.txt index 1abc6a78a..a2b55c4e3 100644 --- a/lib/CMakeLists.txt +++ b/lib/CMakeLists.txt @@ -56,8 +56,4 @@ if(COMPILER_RT_BUILD_SANITIZERS) if(COMPILER_RT_HAS_SCUDO) add_subdirectory(scudo) endif() - - if(COMPILER_RT_HAS_XRAY) - add_subdirectory(xray) - endif() endif() -- cgit v1.2.3