Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

integrated assembler should accept both -defsym and --defsym #39172

Open
emaste opened this issue Nov 28, 2018 · 0 comments
Open

integrated assembler should accept both -defsym and --defsym #39172

emaste opened this issue Nov 28, 2018 · 0 comments
Labels
bugzilla Issues migrated from bugzilla

Comments

@emaste
Copy link
Member

emaste commented Nov 28, 2018

Bugzilla Link 39825
Version trunk
OS FreeBSD

Extended Description

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.)

@llvmbot llvmbot transferred this issue from llvm/llvm-bugzilla-archive Dec 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bugzilla Issues migrated from bugzilla
Projects
None yet
Development

No branches or pull requests

1 participant