I am getting problems with 'make check' on Linux x86.
Several instances of 'couldn't execute "-emit-llvm": no such
file or directory' :-
FAIL: /usr/src/llvm/test/CodeGen/CBackend/2007-01-06-Signless.c
Failed with posix(ENOENT,no such file or directory) at line 1
while running: -emit-llvm -S
/usr/src/llvm/test/CodeGen/CBackend/2007-01-06-Signless.c -o - | llvm-as | llc
-march=c | grep {(unsigned short}
couldn't execute "-emit-llvm": no such file or directory
'make check' output attached.
AFAICT there is nothing different in my setup, these tests were working fine
before.
Aaron
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
<http://lists.llvm.org/pipermail/llvm-dev/attachments/20070508/8e8dd0fc/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: make_check.out
Type: application/octet-stream
Size: 7723 bytes
Desc: not available
URL:
<http://lists.llvm.org/pipermail/llvm-dev/attachments/20070508/8e8dd0fc/attachment.obj>
>> Several instances of 'couldn't execute "-emit-llvm": no such file or >> directory' :- >> >> FAIL: /usr/src/llvm/test/CodeGen/CBackend/2007-01-06-Signless.c >> Failed with posix(ENOENT,no such file or directory) at line 1 >> while running: -emit-llvm -S >> /usr/src/llvm/test/CodeGen/CBackend/2007-01-06-Signless.c -o - | llvm-as >> | llc -march=c | grep {(unsigned short} >> couldn't execute "-emit-llvm": no such file or directory > > Looks like it couldn't find llvm-gcc.Its on the path. Aaron
> Several instances of 'couldn't execute "-emit-llvm": no such file or directory' :- > > FAIL: /usr/src/llvm/test/CodeGen/CBackend/2007-01-06-Signless.c > Failed with posix(ENOENT,no such file or directory) at line 1 > while running: -emit-llvm -S /usr/src/llvm/test/CodeGen/CBackend/2007-01-06-Signless.c -o - | llvm-as | llc -march=c | grep {(unsigned short} > couldn't execute "-emit-llvm": no such file or directoryLooks like it couldn't find llvm-gcc. -Tanya> > 'make check' output attached. > > AFAICT there is nothing different in my setup, these tests were working fine before. > > Aaron >