[llvm-bugs] [Bug 36637] New: ICE when target-feature flag passed to clang
via llvm-bugs
llvm-bugs at lists.llvm.org
Wed Mar 7 13:54:31 PST 2018
https://bugs.llvm.org/show_bug.cgi?id=36637
Bug ID: 36637
Summary: ICE when target-feature flag passed to clang
Product: clang
Version: unspecified
Hardware: PC
OS: All
Status: NEW
Severity: normal
Priority: P
Component: Frontend
Assignee: unassignedclangbugs at nondot.org
Reporter: hiraditya at msn.com
CC: llvm-bugs at lists.llvm.org
If you pass a flag which is unknown to the compiler. it crashes.
clang -O3 a.c -S -o a.s -arch arm64 -Xclang -target-feature -Xclang -asdfasdf
--
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/20180307/138d6d93/attachment.html>
More information about the llvm-bugs
mailing list