[LLVMbugs] [Bug 23391] New: intel syntax asm files should have ".intel_syntax noprefix" directive
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Fri May 1 15:21:03 PDT 2015
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: unassignedclangbugs at nondot.org
Reporter: daniel.c.klauer at web.de
CC: llvmbugs at cs.uiuc.edu
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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20150501/9e253ab3/attachment.html>
More information about the llvm-bugs
mailing list