[LLVMbugs] [Bug 24205] New: Regression failure with 3.7 branch (r242692)
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Tue Jul 21 16:42:34 PDT 2015
https://llvm.org/bugs/show_bug.cgi?id=24205
Bug ID: 24205
Summary: Regression failure with 3.7 branch (r242692)
Product: lld
Version: unspecified
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P
Component: All Bugs
Assignee: unassignedbugs at nondot.org
Reporter: eugene.zelenko at gmail.com
CC: llvmbugs at cs.uiuc.edu
Classification: Unclassified
Created attachment 14625
--> https://llvm.org/bugs/attachment.cgi?id=14625&action=edit
Regression output
I had crash with elf/start-stop-sym.test on my RHEL 6 build.
Test case seems to relate to MIPS, but I build only X86 target.
My LLVM/Clang/LLD CMake options:
${CMake} \
-DCMAKE_BUILD_TYPE="Release" \
-DCMAKE_INSTALL_PREFIX:PATH=${InstallDir} \
-DCMAKE_C_COMPILER=${LLVMPass1Dir}/bin/clang \
-DCMAKE_C_FLAGS="-m64" \
-DCMAKE_CXX_COMPILER=${LLVMPass1Dir}/bin/clang++ \
-DCMAKE_CXX_FLAGS="-m64 -stdlib=libc++" \
-DCMAKE_EXE_LINKER_FLAGS="-lc++abi -lc++" \
-DCMAKE_SHARED_LINKER_FLAGS="-lc++abi -lc++" \
-DPYTHON_EXECUTABLE=${PythonDir}/bin/python \
-DLLVM_INSTALL_TOOLCHAIN_ONLY=ON \
-DLLVM_LIBDIR_SUFFIX=64 \
-DLLVM_TARGETS_TO_BUILD="X86" \
${LLVMSourceDir}
--
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/20150721/2e1b216d/attachment.html>
More information about the llvm-bugs
mailing list