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

            Bug ID: 39825
           Summary: integrated assembler should accept both -defsym and
                    --defsym
           Product: new-bugs
           Version: trunk
          Hardware: PC
                OS: FreeBSD
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: new bugs
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected], [email protected]

Clang IAS supports -Wa,-defsym,FOO=BAR but not -Wa,--defsym,FOO=BAR (with two
-s).  GNU as accepts both but documents the --defsym FOO=BAR form so it is
presumably preferred.

(We are attempting to retire use of GNU as 2.17.50 in FreeBSD.  Most assembly
files in our tree are already assembled by Clang IAS but there are a small
number that still use GNU as for on reason or another, listed in
https://bugs.freebsd.org/233611.)

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
[email protected]
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to