[LLVMbugs] [Bug 16188] lli or llc debug assert appeared

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Fri May 31 06:10:49 PDT 2013


http://llvm.org/bugs/show_bug.cgi?id=16188

Duncan Sands <baldrick at free.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |baldrick at free.fr
         Resolution|---                         |INVALID

--- Comment #1 from Duncan Sands <baldrick at free.fr> ---
The bitcode is invalid:

$ opt -verify -disable-output pr16188.bc 
The unwind destination does not have a landingpad instruction!
  invoke void @Test()
          to label %Continue unwind label %Continue
Broken module found, compilation aborted!


If you build LLVM with assertions enabled then llc will tell you this:

$ llc pr16188.bc 
The unwind destination does not have a landingpad instruction!
  invoke void @Test()
          to label %Continue unwind label %Continue
Broken module found, compilation aborted!

-- 
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/20130531/63f0cbc8/attachment.html>


More information about the llvm-bugs mailing list