[LLVMbugs] [Bug 20567] no warning/error for bogus triple parameter value
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Sun Aug 10 13:42:18 PDT 2014
http://llvm.org/bugs/show_bug.cgi?id=20567
Sanjay Patel <spatel+llvm at rotateright.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |FIXED
--- Comment #3 from Sanjay Patel <spatel+llvm at rotateright.com> ---
Looks like this was caused by:
http://llvm.org/viewvc/llvm-project?view=revision&revision=213743
And solved with:
http://llvm.org/viewvc/llvm-project?view=revision&revision=215191
Using llc built from r215293:
$ ./llc -mtriple=x86-64 foo.ll -o -
./llc: : error: unable to get target for 'x86-64', see --version and --triple.
Thanks, Tim and Justin!
--
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/20140810/04649285/attachment.html>
More information about the llvm-bugs
mailing list