[llvm-bugs] [Bug 15252] clang crashes when trying to compile a .ll file
via llvm-bugs
llvm-bugs at lists.llvm.org
Thu Oct 15 22:37:55 PDT 2015
https://llvm.org/bugs/show_bug.cgi?id=15252
Eric Christopher <echristo at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |FIXED
--- Comment #1 from Eric Christopher <echristo at gmail.com> ---
Seems fixed:
dzur:~/tmp> touch foo.ll
dzur:~/tmp> clang -S foo.ll
warning: overriding the module target triple with x86_64-unknown-linux-gnu
[-Woverride-module]
1 warning generated.
--
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/20151016/6032657b/attachment.html>
More information about the llvm-bugs
mailing list