[llvm-bugs] [Bug 24755] New: verify-uselistorder fails on functions with personality
via llvm-bugs
llvm-bugs at lists.llvm.org
Tue Sep 8 20:28:04 PDT 2015
https://llvm.org/bugs/show_bug.cgi?id=24755
Bug ID: 24755
Summary: verify-uselistorder fails on functions with
personality
Product: libraries
Version: trunk
Hardware: PC
OS: All
Status: NEW
Severity: normal
Priority: P
Component: Bitcode Writer
Assignee: unassignedbugs at nondot.org
Reporter: sanjoy at playingwithpointers.com
CC: llvm-bugs at lists.llvm.org
Classification: Unclassified
Created attachment 14857
--> https://llvm.org/bugs/attachment.cgi?id=14857&action=edit
op.ll
Attached op.ll and op2.ll
On op.ll:
$ ./bin/verify-uselistorder ~/tmp/op.ll
*** verify-uselistorder ***
verify bitcode
LLVM ERROR: use-list order changed
On op2.ll:
$ ./bin/verify-uselistorder ~/tmp/op2.ll
*** verify-uselistorder ***
verify bitcode
verify assembly
reverse
verify bitcode
verify assembly
verify-uselistorder:
/var/folders/92/h8j88b090hb0fr_64xs4p43w0000gp/T/uselistorder-a5063d.ll:4:1:
error: value has no uses
uselistorder i8 3, { 1, 0 }
^
LLVM ERROR: parsing failed
--
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/20150909/198184fa/attachment.html>
More information about the llvm-bugs
mailing list