[llvm-bugs] [Bug 29082] New: Compilation error with Intel Compiler (segmentation fault)
via llvm-bugs
llvm-bugs at lists.llvm.org
Sun Aug 21 10:41:58 PDT 2016
https://llvm.org/bugs/show_bug.cgi?id=29082
Bug ID: 29082
Summary: Compilation error with Intel Compiler (segmentation
fault)
Product: new-bugs
Version: 3.8
Hardware: Macintosh
OS: MacOS X
Status: NEW
Severity: normal
Priority: P
Component: new bugs
Assignee: unassignedbugs at nondot.org
Reporter: arnaudsj at gmail.com
CC: llvm-bugs at lists.llvm.org
Classification: Unclassified
Hi,
I am trying to compile Julia 0.5 (rc2) using the Intel Compiler and MKL
libraries, which requires to compile LLVM 3.7+ using ICC, but I am getting a
segmentation fault as shown below:
llvm[3]: Building Intrinsics.gen.tmp from Intrinsics.td
0 llvm-tblgen 0x00000001097ba959
_INTERNAL_81__Users_arnaudsj_Github_julia_icc_deps_srccache_llvm_3_8_1_lib_Support_Signals_cpp_e5b9c8f3::PrintStackTraceSignalHandler(void*)
+ 41
make[3]: ***
[/Users/arnaudsj/Github/julia-icc/deps/build/llvm-3.8.1/build_Release/lib/IR/Release/Intrinsics.gen.tmp]
Segmentation fault: 11
make[2]: *** [all] Error 1
make[1]: *** [build/llvm-3.8.1/build_Release/Release/lib/libLLVMCodeGen.a]
Error 2
I am using the icc version below under OS 10.12 (Beta 6):
icc version 17.0.0 Beta (gcc version 4.9.0 compatibility)
Please let me know if you have any questions.
--
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/20160821/91fba239/attachment.html>
More information about the llvm-bugs
mailing list