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: unassignedclangb...@nondot.org
          Reporter: nicolaswe...@gmx.de
                CC: llvm-bugs@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.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to