Issue 125124
Summary sparcv9 unsupported argument '-Av9b' to option '-Wa,'
Labels new issue
Assignees
Reporter bsdkurt
    oracle$ echo | clang -Wa,-Av9b -x c -
clang: error: unsupported argument '-Av9b' to option '-Wa,'

oracle$ clang -v
OpenBSD clang version 19.1.7
Target: sparc64-unknown-openbsd7.6
Thread model: posix
InstalledDir: /usr/bin

-Wa,-Av9b is supported by gcc on sparc and it would be helpful if clang would support it as well so makefiles don't have to conditionally use -Wa,-mcpu=niagara for clang and -Wa,-Av9b for gcc.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to