[cfe-dev] !!! 3.2 Release RC3 source code available for download and testing
Marc J. Driftmeyer
mjd at reanimality.com
Fri Dec 7 15:29:25 PST 2012
For a couple weeks on trunk since Debian made some pathway changes with
GCC I can't compile the Unit Tests for LLVM because the pathway to
bits/c++config.h cannot be found.
[100%] Built target clang
[100%] [100%] [100%] Generating asan_test.cc.asan.o
Generating asan_globals_test.cc.asan.o
Generating asan_benchmarks_test.cc.asan.o
In file included from
/home/mdriftmeyer/DeveloperProjects/LLVMProject/trunk/llvm/projects/compiler-rt/lib/asan/tests/asan_benchmarks_test.cc:15:
In file included from
/home/mdriftmeyer/DeveloperProjects/LLVMProject/trunk/llvm/projects/compiler-rt/lib/asan/tests/asan_test_utils.h:19:
In file included from
/home/mdriftmeyer/DeveloperProjects/LLVMProject/trunk/llvm/projects/compiler-rt/lib/asan/tests/asan_test_config.h:20:
In file included from
/usr/lib/gcc/x86_64-linux-gnu/4.7/../../../../include/c++/4.7/vector:60:
/usr/lib/gcc/x86_64-linux-gnu/4.7/../../../../include/c++/4.7/bits/stl_algobase.h:60:10:
fatal error:
'bits/c++config.h' file not found
/home/mdriftmeyer/DeveloperProjects/LLVMProject/trunk/llvm/projects/compiler-rt/lib/asan/tests/asan_test.cc:13:10:
fatal error:
'stdio.h' file not found
#include <stdio.h>
^
#include <bits/c++config.h>
^
1 error generated.
make[2]: ***
[projects/compiler-rt/lib/asan/tests/asan_benchmarks_test.cc.asan.o] Error 1
make[1]: ***
[projects/compiler-rt/lib/asan/tests/CMakeFiles/AsanBenchmark.dir/all]
Error 2
make[1]: *** Waiting for unfinished jobs....
1 error generated.
make[2]: *** [projects/compiler-rt/lib/asan/tests/asan_test.cc.asan.o]
Error 1
make[1]: ***
[projects/compiler-rt/lib/asan/tests/CMakeFiles/AsanTest.dir/all] Error 2
make: *** [all] Error 2
mdriftmeyer at horus:~/DeveloperProjects/LLVMProject/cmake-gcc-llvm$
-----------
This is the result of building clang with gcc. Then when I rebuild clang
with the fresh clang in /usr/local this error pops up much sooner in the
compile order and breaks.
- Marc
On 12/05/2012 11:12 PM, Pawel Wodnicki wrote:
> Hello,
>
> Release Candidate 3 has been branched.
> RC3 source code can be downloaded as tarballs from:
>
> http://llvm.org/pre-releases/3.2/rc3/
>
> or directly from svn.
>
> Binaries will be posted shortly.
>
> Testing
>
> RC3 has a number of fixes related to MIPS support
> that need to be well exercised.
>
> Otherwise, I think we are at the point of the release
> where I can *challenge* testers to try to break it!
>
> Pawel
> _______________________________________________
> cfe-dev mailing list
> cfe-dev at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev
--
Marc J. Driftmeyer
Email :: mjd at reanimality.com <mailto:mjd at reanimality.com>
Web :: http://www.reanimality.com
Cell :: (509) 435-5212
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20121207/2293326a/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: mjd.vcf
Type: text/x-vcard
Size: 317 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20121207/2293326a/attachment.vcf>
More information about the cfe-dev
mailing list