[llvm-commits] test failures
Chris Lattner
clattner at apple.com
Wed Oct 15 22:29:14 PDT 2008
Is anyone else seeing these?
FAIL: /Users/sabre/llvm/test/LLVMC/false.c
Failed with exit(1) at line 1
while running: llvmc2 -x c++ /Users/sabre/llvm/test/LLVMC/false.c -x
c /Users/sabre/llvm/test/LLVMC/test_data/false.cpp -x lisp -x whatnot -
x none /Users/sabre/llvm/test/LLVMC/test_data/false2.cpp -o false.c.tmp
llvmc2: No tool corresponding to the language c++ found
FAIL: /Users/sabre/llvm/test/LLVMC/hello.c
Failed with exit(1) at line 1
while running: llvmc2 /Users/sabre/llvm/test/LLVMC/hello.c -o
hello.c.tmp
llvmc2: Unknown suffix: c
FAIL: /Users/sabre/llvm/test/LLVMC/opt-test.c
Failed with exit(1) at line 1
while running: llvmc2 /Users/sabre/llvm/test/LLVMC/opt-test.c -opt -o
opt-test.c.tmp
llvmc2: Unknown command line argument '-opt'. Try: 'llvmc2 --help'
FAIL: /Users/sabre/llvm/test/LLVMC/sink.c
Failed with exit(1) at line 1
while running: llvmc2 -v -Wall /Users/sabre/llvm/test/LLVMC/sink.c -o
sink.c.tmp |& grep "Wall"
llvmc2: Unknown command line argument '-Wall'. Try: 'llvmc2 --help'
child process exited abnormally
FAIL: /Users/sabre/llvm/test/LLVMC/wall.c
Failed with exit(1) at line 1
while running: llvmc2 -Wall /Users/sabre/llvm/test/LLVMC/wall.c -o
wall.c.tmp
llvmc2: Unknown command line argument '-Wall'. Try: 'llvmc2 --help'
FAIL: /Users/sabre/llvm/test/LLVMC/hello.cpp
Failed with exit(1) at line 1
while running: llvmc2 /Users/sabre/llvm/test/LLVMC/hello.cpp -o
hello.cpp.tmp
llvmc2: Unknown suffix: cpp
FAIL: /Users/sabre/llvm/test/LLVMC/together.cpp
Failed with exit(1) at line 1
while running: llvmc2 /Users/sabre/llvm/test/LLVMC/together.cpp /Users/
sabre/llvm/test/LLVMC/test_data/together.c -o together.cpp.tmp
llvmc2: Unknown suffix: cpp
More information about the llvm-commits
mailing list