[llvm-bugs] [Bug 26016] New: Accept `.arch armv8-a+crypto` in .S files
via llvm-bugs
llvm-bugs at lists.llvm.org
Mon Jan 4 13:17:25 PST 2016
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: unassignedbugs at nondot.org
Reporter: nicolasweber at gmx.de
CC: llvm-bugs at lists.llvm.org
Classification: Unclassified
thakis at thakis:~/src/llvm-build$ cat test.S
.arch armv8-a+crypto
thakis at 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 at 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20160104/68b1bfe4/attachment.html>
More information about the llvm-bugs
mailing list