[llvm-bugs] [Bug 37594] New: Crash during global initialization
    via llvm-bugs 
    llvm-bugs at lists.llvm.org
       
    Fri May 25 14:03:58 PDT 2018
    
    
  
https://bugs.llvm.org/show_bug.cgi?id=37594
            Bug ID: 37594
           Summary: Crash during global initialization
           Product: new-bugs
           Version: 6.0
          Hardware: Sun
                OS: Solaris
            Status: NEW
          Severity: normal
          Priority: P
         Component: new bugs
          Assignee: unassignedbugs at nondot.org
          Reporter: phantall at gmail.com
                CC: llvm-bugs at lists.llvm.org
I'm building on Solaris 10 / sparcv9 hardware.
I built with the following:
    cmake ../src/llvm \
    -DCMAKE_C_COMPILER=gcc-4.9.2 \
    -DCMAKE_CXX_COMPILER=g++-4.9.2 \
    -DGCC_INSTALL_PREFIX=$(dirname $(dirname $(which gcc-4.9.2))) \
    -DCMAKE_BUILD_TYPE=RelWithDebInfo
    make -j32
I also tried building with gcc 7.2.0.  In both cases when clang-tblgen and
llvm-tblgen execute they crash while executing constructors for what I assume
is code related to parsing command-line arguments.
The machine I'm building on isn't connected to a network and I don't have the
means to copy build logs off to attach, so I've hand-typed some info I hope
will be useful (attachment forthcoming).
-- 
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/20180525/fdf52625/attachment.html>
    
    
More information about the llvm-bugs
mailing list