forked from OSchip/llvm-project
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
This commit is contained in:
parent
98743fa77a
commit
1c6dbd6921
|
@ -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"
|
||||
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
|
|
Loading…
Reference in New Issue