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:
When I changed the compiler to gcc
, the problem is solved. However, in the documentation (Getting Started with the LLVM System — LLVM 3.6 documentation) shows clang
is supported.
Is this a bug? If not, what’s wrong with my understanding of the documentation?
Thanks,
Yushan