summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorReid Kleckner <rnk@google.com>2018-12-28 18:53:00 +0000
committerReid Kleckner <rnk@google.com>2018-12-28 18:53:00 +0000
commit1c6dbd69211faa8a84fa165ccabd07a2f519ddb5 (patch)
tree67fe3f52d7552e296c9240277c660c558d3ea8fc
parent98743fa77af0c0fafff8af648fdaf054ba231c29 (diff)
downloadbcm5719-llvm-1c6dbd69211faa8a84fa165ccabd07a2f519ddb5.tar.gz
bcm5719-llvm-1c6dbd69211faa8a84fa165ccabd07a2f519ddb5.zip
Speculative fix for xray assembler error on MachO since r349976
This .file directive wasn't doing anything on MachO, and now that's diagnosed as an error. llvm-svn: 350132
-rw-r--r--compiler-rt/lib/xray/xray_trampoline_x86_64.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/lib/xray/xray_trampoline_x86_64.S b/compiler-rt/lib/xray/xray_trampoline_x86_64.S
index 9dffae04821..52985ffd19a 100644
--- a/compiler-rt/lib/xray/xray_trampoline_x86_64.S
+++ b/compiler-rt/lib/xray/xray_trampoline_x86_64.S
@@ -91,10 +91,10 @@
.text
#if !defined(__APPLE__)
.section .text
+ .file "xray_trampoline_x86.S"
#else
.section __TEXT,__text
#endif
- .file "xray_trampoline_x86.S"
//===----------------------------------------------------------------------===//
OpenPOWER on IntegriCloud