[LLVMbugs] [Bug 7060] New: -print-before-all/-print-after-all segfault on OSX
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Wed May 5 14:50:47 PDT 2010
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: unassignedbugs at nondot.org
ReportedBy: grosbach at apple.com
CC: llvmbugs at cs.uiuc.edu
$ 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.
More information about the llvm-bugs
mailing list