summaryrefslogtreecommitdiff
path: root/lib/xray
diff options
context:
space:
mode:
authorDean Michael Berris <dberris@google.com>2017-11-28 23:38:18 +0000
committerDean Michael Berris <dberris@google.com>2017-11-28 23:38:18 +0000
commit6654ba69183b328fec0d138da3dc6b18e42a70e3 (patch)
tree69a380fae285c902e5bae897e61d6e36519e86f9 /lib/xray
parent4bdf0c3f791e9fc46d9087c52c7ebb8cc62fcfee (diff)
[XRay][compiler-rt] Fix armhf build
rL319241 was a bit too aggressive removing sources dependencies. This restores the actual required dependency for armhf. Follow-up to D39114. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@319255 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/xray')
-rw-r--r--lib/xray/CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/xray/CMakeLists.txt b/lib/xray/CMakeLists.txt
index 01f041d49..dcf0efc72 100644
--- a/lib/xray/CMakeLists.txt
+++ b/lib/xray/CMakeLists.txt
@@ -19,7 +19,8 @@ set(arm_SOURCES
xray_arm.cc
xray_trampoline_arm.S)
-set(armhf_SOURCES)
+set(armhf_SOURCES
+ ${arm_SOURCES})
set(aarch64_SOURCES
xray_AArch64.cc