https://llvm.org/bugs/show_bug.cgi?id=26016
Bug ID: 26016 Summary: Accept `.arch armv8-a+crypto` in .S files Product: libraries Version: trunk Hardware: PC OS: Linux Status: NEW Severity: normal Priority: P Component: Backend: AArch64 Assignee: unassignedb...@nondot.org Reporter: nicolaswe...@gmx.de CC: llvm-bugs@lists.llvm.org Classification: Unclassified thakis@thakis:~/src/llvm-build$ cat test.S .arch armv8-a+crypto thakis@thakis:~/src/llvm-build$ bin/clang -target arm-linux-gnueabihf -c test.S test.S:1:1: error: Unknown arch name .arch armv8-a+crypto ^ It's accepted as -march flag though: thakis@thakis:~/src/llvm-build$ bin/clang -target arm-linux-gnueabihf -c empty.S -march=armv8-a+crypto -- 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