summaryrefslogtreecommitdiff
path: root/lib/xray/CMakeLists.txt
diff options
context:
space:
mode:
authorTim Shen <timshen91@gmail.com>2017-02-14 19:48:13 +0000
committerTim Shen <timshen91@gmail.com>2017-02-14 19:48:13 +0000
commitefaaf0df986bb8a07f20ff79fbd832174a95e289 (patch)
tree4b8fbd291198f5fc089f5fd6be1aca02cece228e /lib/xray/CMakeLists.txt
parent0c45fb1c6c6f7555e09b00f95fd28fa32386a4e5 (diff)
Revert r295017 "Re-commit r294826 and r294781, with a fix on the cmake file to only"
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@295097 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/xray/CMakeLists.txt')
-rw-r--r--lib/xray/CMakeLists.txt6
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/xray/CMakeLists.txt b/lib/xray/CMakeLists.txt
index 97cb28f32..581c4063e 100644
--- a/lib/xray/CMakeLists.txt
+++ b/lib/xray/CMakeLists.txt
@@ -29,12 +29,6 @@ set(aarch64_SOURCES
xray_trampoline_AArch64.S
${XRAY_SOURCES})
-set(powerpc64le_SOURCES
- xray_powerpc64.cc
- xray_trampoline_powerpc64.cc
- xray_trampoline_powerpc64.S
- ${XRAY_SOURCES})
-
include_directories(..)
include_directories(../../include)