summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/ARM/xray-armv6-attribute-instrumentation.ll
diff options
context:
space:
mode:
authorKuba Mracek <mracek@apple.com>2016-11-23 02:07:04 +0000
committerKuba Mracek <mracek@apple.com>2016-11-23 02:07:04 +0000
commit06995e866be7d9f20ccf1522ed1006b7f19eb146 (patch)
tree79572b7352392c6d7ccae462a3a052c6ca591d84 /llvm/test/CodeGen/ARM/xray-armv6-attribute-instrumentation.ll
parent6aefe00ccf7f0f9de4718f71e180916689d0b65e (diff)
downloadbcm5719-llvm-06995e866be7d9f20ccf1522ed1006b7f19eb146.tar.gz
bcm5719-llvm-06995e866be7d9f20ccf1522ed1006b7f19eb146.zip
[xray] Add XRay support for Mach-O in CodeGen
Currently, XRay only supports emitting the XRay table (xray_instr_map) on ELF binaries. Let's add Mach-O support. Differential Revision: https://reviews.llvm.org/D26983 llvm-svn: 287734
Diffstat (limited to 'llvm/test/CodeGen/ARM/xray-armv6-attribute-instrumentation.ll')
-rw-r--r--llvm/test/CodeGen/ARM/xray-armv6-attribute-instrumentation.ll1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/test/CodeGen/ARM/xray-armv6-attribute-instrumentation.ll b/llvm/test/CodeGen/ARM/xray-armv6-attribute-instrumentation.ll
index c89c21e44a9..8a8c667b2d8 100644
--- a/llvm/test/CodeGen/ARM/xray-armv6-attribute-instrumentation.ll
+++ b/llvm/test/CodeGen/ARM/xray-armv6-attribute-instrumentation.ll
@@ -1,4 +1,5 @@
; RUN: llc -filetype=asm -o - -mtriple=armv6-unknown-linux-gnu < %s | FileCheck %s
+; RUN: llc -filetype=asm -o - -mtriple=armv6-apple-ios6.0.0 < %s | FileCheck %s
define i32 @foo() nounwind noinline uwtable "function-instrument"="xray-always" {
; CHECK-LABEL: Lxray_sled_0:
OpenPOWER on IntegriCloud