https://llvm.org/bugs/show_bug.cgi?id=23391
Bug ID: 23391
Summary: intel syntax asm files should have ".intel_syntax
noprefix" directive
Product: clang
Version: 3.6
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P
Component: -New Bugs
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected]
Classification: Unclassified
When using llc --x86-asm-syntax=intel to compile .ll => .s, the ASM file does
not have a ".intel_syntax noprefix" directive at the top, and thus can't be
parsed by the GNU assembler (because that defaults to AT&T mode).
gcc -masm=intel -S also adds a ".intel_syntax noprefix" directive.
This also affects clang -masm=intel -fno-integrated-as.
--
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs