http://llvm.org/bugs/show_bug.cgi?id=7060
Summary: -print-before-all/-print-after-all segfault on OSX
Product: tools
Version: trunk
Platform: PC
OS/Version: MacOS X
Status: NEW
Severity: normal
Priority: P
Component: llc
AssignedTo: [email protected]
ReportedBy: [email protected]
CC: [email protected]
$ cat t.ll
define i32 @f1(i32 %a, i32 %b) {
entry:
%tmp1 = sdiv i32 %a, %b ; <i32> [#uses=1]
ret i32 %tmp1
}
$ llc -print-before-all t.ll
Segmentation fault
--
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