[llvm-bugs] [Bug 38605] New: Linker segfault while compiling `libc++abi` (in tests)
via llvm-bugs
llvm-bugs at lists.llvm.org
Thu Aug 16 11:55:43 PDT 2018
https://bugs.llvm.org/show_bug.cgi?id=38605
Bug ID: 38605
Summary: Linker segfault while compiling `libc++abi` (in tests)
Product: lld
Version: unspecified
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P
Component: All Bugs
Assignee: unassignedbugs at nondot.org
Reporter: psychoxivi at gmail.com
CC: llvm-bugs at lists.llvm.org
Hello,
I explained bug here as far as I can:
https://github.com/llvm-project/llvm-project-20170507/issues/7
So here I maybe just paste the post from GitHub issues:
```
I am trying to compile libc++abi for x86_64-w64-mingw32 target. I am using
newest SVN version of the libraries (svn co
http://llvm.org/svn/llvm-project/libcxxabi/trunk libcxxabi -> revision 339892)
There I posted whole build command (BuildCommand.sh), console output
(ConsoleOutput.log) and CMake logs (CMakeOutput.log,CMakeError.log`):
https://gist.github.com/PsychoXIVI/c9323c0ab169fb0ed475b112a2f62737
While reading CMakeError I noticed Segmentation fault (core dumped) for lld
linker, so here I am since I even don't know what to do next...
```
--
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/20180816/6da5a7c1/attachment.html>
More information about the llvm-bugs
mailing list