http://llvm.org/bugs/show_bug.cgi?id=6291
Summary: renumbered opcode values breaks llvm-c backwards
compatibility guarantee
Product: libraries
Version: trunk
Platform: PC
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: System Library
AssignedTo: [email protected]
ReportedBy: [email protected]
CC: [email protected]
Since 2.6, llvm added one new instruction, IndirectBr, and removed the Free and
Malloc instructions. This breaks llvm-c's LLVMOpcode enum by renumbering the
instruction values.
For reference, the Malloc operator was removed in r84299, Free was removed in
r85176, and the IndirectBr operator was added in r85274.
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs