[llvm-dev] [Compilation/Bug??] LLVM 3.6.2 crashes with clang++ (original) (raw)
张雨姗(ZHANG Yushan)-11310380 via llvm-dev llvm-dev at lists.llvm.org
Tue Feb 12 02:58:00 PST 2019
- Previous message: [llvm-dev] Precise meaning of must alias?
- Next message: [llvm-dev] [llvm-objdump] Bug 40703 - wrong line number info for obj file compiled with -ffunction-sections
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi all,
For some reasons I have to compile version 3.6.2
, and carelessly I used clang++ 3.6.2
to compile the code, which results in a failure for make
.
The detail of the crash is described in this link: https://stackoverflow.com/questions/52650323/llvm-compile-recipe-for-target-lib-ir-releaseasserts-intrinsics-gen-tmp-f/54648425#54648425
When I changed the compiler to gcc
, the problem is solved. However, in the documentation (https://releases.llvm.org/3.6.2/docs/GettingStarted.html) shows clang
is supported.
Is this a bug? If not, what's wrong with my understanding of the documentation?
Thanks, Yushan -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20190212/82d07666/attachment.html>
- Previous message: [llvm-dev] Precise meaning of must alias?
- Next message: [llvm-dev] [llvm-objdump] Bug 40703 - wrong line number info for obj file compiled with -ffunction-sections
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]