summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/xray-loop-detection.ll
diff options
context:
space:
mode:
authorDean Michael Berris <dberris@google.com>2017-09-04 05:34:58 +0000
committerDean Michael Berris <dberris@google.com>2017-09-04 05:34:58 +0000
commitebc165901682c0d9feb0c4490e5d9ffaee214983 (patch)
tree9421a06fa958e373674386dfe0ce6cb1def89616 /llvm/test/CodeGen/X86/xray-loop-detection.ll
parent98a9628b094248c10c1be8cd4bffab74249b61be (diff)
downloadbcm5719-llvm-ebc165901682c0d9feb0c4490e5d9ffaee214983.tar.gz
bcm5719-llvm-ebc165901682c0d9feb0c4490e5d9ffaee214983.zip
[XRay][CodeGen] Use PIC-friendly code in XRay sleds and remove synthetic references in .text
Summary: This is a re-roll of D36615 which uses PLT relocations in the back-end to the call to __xray_CustomEvent() when building in -fPIC and -fxray-instrument mode. Reviewers: pcc, djasper, bkramer Subscribers: sdardis, javed.absar, llvm-commits Differential Revision: https://reviews.llvm.org/D37373 llvm-svn: 312466
Diffstat (limited to 'llvm/test/CodeGen/X86/xray-loop-detection.ll')
-rw-r--r--llvm/test/CodeGen/X86/xray-loop-detection.ll1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/xray-loop-detection.ll b/llvm/test/CodeGen/X86/xray-loop-detection.ll
index 3cd6b4aa6f8..12904d76770 100644
--- a/llvm/test/CodeGen/X86/xray-loop-detection.ll
+++ b/llvm/test/CodeGen/X86/xray-loop-detection.ll
@@ -19,5 +19,4 @@ Exit:
; CHECK-LABEL: xray_sled_0:
; CHECK-NEXT: .ascii "\353\t"
; CHECK-NEXT: nopw 512(%rax,%rax)
-; CHECK-LABEL: Ltmp0:
OpenPOWER on IntegriCloud