[LLVMbugs] [Bug 11047] New: test-suite execution broken
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Sat Oct 1 01:38:12 PDT 2011
http://llvm.org/bugs/show_bug.cgi?id=11047
Summary: test-suite execution broken
Product: new-bugs
Version: trunk
Platform: PC
OS/Version: FreeBSD
Status: NEW
Severity: normal
Priority: P
Component: new bugs
AssignedTo: unassignedbugs at nondot.org
ReportedBy: pawel.worach at gmail.com
CC: llvmbugs at cs.uiuc.edu
Somewhere between 140000 and 140468 the test-suite does not work anymore at
all.
It is configured like:
../../src-test-suite/configure \
--with-llvmsrc=/data/buildslave/clang-amd64-freebsd-fnt/src-llvm \
--with-llvmobj=/data/buildslave/clang-amd64-freebsd-fnt/obj/llvm.1
gmake -j2 ENABLE_PARALLEL_REPORT=1 DISABLE_CBE=1 DISABLE_JIT=1 TEST=nightly
report
... build output ...
I/data/buildslave/clang-amd64-freebsd-fnt/obj/test-suite.1/SingleSource/UnitTests/Vector/SSE
-I/data/buildslave/clang-amd64-freebsd-fnt/src-test-suite/SingleSource/UnitTests/Vector/SSE
-I/data/buildslave/clang-amd64-freebsd-fnt/obj/test-suite.1/../../src-test-suite/include
-I../../../../include
-I/data/buildslave/clang-amd64-freebsd-fnt/obj/llvm.1/include
-I/data/buildslave/clang-amd64-freebsd-fnt/src-llvm/include -D_GNU_SOURCE
-D__STDC_LIMIT_MACROS -DNDEBUG -O3 -mllvm -disable-llvm-optzns -msse2 -m64
-fomit-frame-pointer -S
/data/buildslave/clang-amd64-freebsd-fnt/src-test-suite/SingleSource/UnitTests/Vector/SSE/sse.expandfft.c
-o Output/sse.expandfft.ll -emit-llvm
gmake[5]:
I/data/buildslave/clang-amd64-freebsd-fnt/obj/test-suite.1/SingleSource/UnitTests/Vector/SSE:
Command not found
gmake[5]: [Output/sse.expandfft.ll] Error 127 (ignored)
Other command it tries to execute are also incomplete:
gcc -DDEBUG ... -o Output/zalloc.o
DDEBUG ... -o Output/be.ll -emit-llvm
gmake[4]: DDEBUG: Command not found
gmake[4]: [Output/be.ll] Error 127 (ignored)
So it looks like the commands are missing the compiler. It could be related to
the autoconf/configure changes by echristo.
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
More information about the llvm-bugs
mailing list