[LLVMbugs] [Bug 11225] Assert in llvm_shutdown when running llc
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Thu Nov 14 17:56:10 PST 2013
http://llvm.org/bugs/show_bug.cgi?id=11225
NAKAMURA Takumi <geek4civic at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|REOPENED |RESOLVED
CC| |echristo at gmail.com
Component|new bugs |DebugInfo
Hardware|PC |All
Resolution|--- |FIXED
Product|new-bugs |libraries
OS|Linux |All
--- Comment #18 from NAKAMURA Takumi <geek4civic at gmail.com> ---
FYI, since r190334, llc complains as below;
llc: llvm/lib/IR/DebugInfo.cpp:1413: llvm::DIScopeRef::DIScopeRef(const
llvm::Value*): Assertion `isScopeRef(V) && "DIScopeRef should be a MDString or
MDNode"' failed.
Also "opt -verify" complains.
Closing this, llc doesn't step into llvm_shutdown any more.
Please file new one, if such a complaint would be an issue to you.
--
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/20131115/31fcc456/attachment.html>
More information about the llvm-bugs
mailing list