[llvm-bugs] [Bug 35031] New: clang-cl /FA should probably default to intel syntax

via llvm-bugs llvm-bugs at lists.llvm.org
Sun Oct 22 14:23:50 PDT 2017


https://bugs.llvm.org/show_bug.cgi?id=35031

            Bug ID: 35031
           Summary: clang-cl /FA should probably default to intel syntax
           Product: clang
           Version: unspecified
          Hardware: PC
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: Driver
          Assignee: unassignedclangbugs at nondot.org
          Reporter: nicolasweber at gmx.de
                CC: llvm-bugs at lists.llvm.org

clang-cl /FA currently produces AT&T asm output. I can pass `-mllvm
--x86-asm-syntax=intel` to force intel syntax (the regular clang driver
supports `-masm=intel`, but clang-cl understandably doesn't expose that), but
since cl.exe produces intel syntax, we probably want to default to that for
clang-cl too?

-- 
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/20171022/9770f9cf/attachment.html>


More information about the llvm-bugs mailing list