Moritz Lenz wrote:
I tried to build parrot with the clang, an llvm frontend. It provides a
script called 'ccc', which accepts the same options as gcc.
Configure works fine (perl Configure.pl --verbose --cc=ccc --link=ccc).
Works for me with "perl Configure.pl --cc=llvm-gcc --link=llvm-gcc".
Only one test failing.
t/codingstd/trailing_space...............dubious
Test returned status 1 (wstat 256, 0x100)
DIED. FAILED test 1
Failed 1/1 tests, 0.00% okay
Failed Test Stat Wstat Total Fail List of Failed
-------------------------------------------------------------------------------
t/codingstd/trailing_space.t 1 256 1 1 1
20 tests and 671 subtests skipped.
Failed 1/428 test scripts. 1/10793 subtests failed.
Files=428, Tests=10793, 215 wallclock secs (129.68 cusr + 19.14 csys =
148.82 CPU)
Failed 1/428 test programs. 1/10793 subtests failed.
Debian/Lenny, llvm version 2.2-8
--
Bacek