[llvm-dev] revision 252902

Bill Seurer via llvm-dev llvm-dev at lists.llvm.org
Fri Nov 13 09:28:57 PST 2015


The test case that you added in this revision fails on several of the 
power buildbots (for example, 
http://lab.llvm.org:8011/builders/clang-ppc64-elf-linux2/builds/20127) 
and also when I build it locally:


FAIL: Clang :: CodeGenCXX/main-norecurse.cpp (2951 of 27722)
******************** TEST 'Clang :: CodeGenCXX/main-norecurse.cpp' 
FAILED ********************
Script:
--
/home/seurer/llvm/build/llvm-test/./bin/clang -cc1 -internal-isystem 
/home/seurer/llvm/build/llvm-test/bin/../lib/clang/3.8.0/include 
-nostdsysteminc -emit-llvm 
/home/seurer/llvm/llvm-test/tools/clang/test/CodeGenCXX/main-norecurse.cpp 
-o - | /home/seurer/llvm/build/llvm-test/./bin/FileCheck 
/home/seurer/llvm/llvm-test/tools/clang/test/CodeGenCXX/main-norecurse.cpp
--
Exit Code: 1

Command Output (stderr):
--
/home/seurer/llvm/llvm-test/tools/clang/test/CodeGenCXX/main-norecurse.cpp:3:11: 
error: expected string not found in input
// CHECK: define i{{.*}} @main({{.*}}) #0
           ^
<stdin>:1:1: note: scanning from here
; ModuleID = 
'/home/seurer/llvm/llvm-test/tools/clang/test/CodeGenCXX/main-norecurse.cpp'
^
<stdin>:6:1: note: possible intended match here
define signext i32 @main(i32 signext %argc, i8** %argv) #0 {
^

-- 

-Bill Seurer



More information about the llvm-dev mailing list