[llvm-dev] Cannot compile LLVM suite with clang+binutils/ld
Leslie Zhai via llvm-dev
llvm-dev at lists.llvm.org
Mon Jan 21 23:00:38 PST 2019
Hi,
I experienced the similar issue
http://lists.llvm.org/pipermail/llvm-dev/2018-May/123079.html
When building LLVM toolchain with clang-9 + binutils/ld:
CMakeFiles/SecondLib.dir/PipSqueak.cpp.o: In function `SetStrings':
PipSqueak.cpp:(.text.SetStrings+0xc8): undefined reference to
`_Unwind_Resume'
----- 8< -------- 8< -------- 8< -------- 8< -------- 8< -------- 8< ---
Andreas said he got the *same* errors at the end of the build process
even added those options suggested by Petr.
And there was already a bug report several years ago
https://bugs.llvm.org/show_bug.cgi?id=28681
But why no response about Yuanfang's work? https://reviews.llvm.org/D53553
My cmake option mentioned here
http://lists.llvm.org/pipermail/llvm-dev/2019-January/129380.html
Regards,
Leslie Zhai
More information about the llvm-dev
mailing list