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: unassignedb...@nondot.org
          Reporter: phant...@gmail.com
                CC: llvm-bugs@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.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to