[llvm-bugs] [Bug 39825] New: integrated assembler should accept both -defsym and --defsym
via llvm-bugs
llvm-bugs at lists.llvm.org
Wed Nov 28 07:42:13 PST 2018
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: unassignedbugs at nondot.org
Reporter: emaste at freebsd.org
CC: htmldeveloper at gmail.com, llvm-bugs at lists.llvm.org
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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20181128/b309929a/attachment-0001.html>
More information about the llvm-bugs
mailing list