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

             Bug #: 12310
           Summary: llvm-tblgen crashed when compiling for mips
           Product: new-bugs
           Version: 3.0
          Platform: Other
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: new bugs
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]
    Classification: Unclassified


When compiling llvm-3.0 llvm-tblgen segfaults. 


1) And my initial debug seems to suggest that it crashes before hitting main

2) The last part of the logs of the crash are
make[1]: Leaving directory `/nfs/llvm30/llvm-3.0.src/utils'
make[1]: Entering directory `/nfs/llvm30/llvm-3.0.src/lib/VMCore'
llvm[1]: Building Intrinsics.gen.tmp from Intrinsics.td
/nfs/llvm30/llvm-3.0.src/Release/bin/llvm-tblgen -I 
/nfs/llvm30/llvm-3.0.src/lib/VMCore -I  /nfs/llvm30/ll
vm-3.0.src/include -I  /nfs/llvm30/llvm-3.0.src/include -I 
/nfs/llvm30/llvm-3.0.src/lib/Target  /nfs/llvm3
0/llvm-3.0.src/include/llvm/Intrinsics.td -o 
/nfs/llvm30/llvm-3.0.src/lib/VMCore/Release/Intrinsics.gen.tm
p -gen-intrinsic
make[1]: *** [/nfs/llvm30/llvm-3.0.src/lib/VMCore/Release/Intrinsics.gen.tmp]
Segmentation fault (core dump
ed)
make[1]: Leaving directory `/nfs/llvm30/llvm-3.0.src/lib/VMCore'
make: *** [all] Error 1
octeon:/nfs/llvm30/llvm-3.0.src# 

3) Compiling this for 64bit MIPS 

4) I see the same behaviour on the trunk.

Happy to provide any more details

-- 
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

Reply via email to