[cfe-dev] make check-all failure?

Nuno Lopes nunoplopes at sapo.pt
Mon May 7 18:59:16 PDT 2012


That's my fault, sorry.
Please update; it should be fixed by now.

Nuno

-----Original Message----- 
From: reed kotler
Sent: Tuesday, May 08, 2012 2:08 AM
Subject: [cfe-dev] make check-all failure?


/home/rkotler/llvm_svn/build/Debug+Asserts/bin/clang -cc1
-internal-isystem
/home/rkotler/llvm_svn/build/Debug+Asserts/bin/../lib/clang/3.2/include
-fcatch-undefined-behavior -emit-llvm
/home/rkotler/workspace/llvm_svn/tools/clang/test/CodeGen/catch-undef-behavior.c
-o - | FileCheck
/home/rkotler/workspace/llvm_svn/tools/clang/test/CodeGen/catch-undef-behavior.c
--
Exit Code: 1
Command Output (stderr):
--
/home/rkotler/workspace/llvm_svn/tools/clang/test/CodeGen/catch-undef-behavior.c:8:17:
error: CHECK-NEXT: is not on the line after the previous match
  // CHECK-NEXT: icmp uge
                 ^
<stdin>:20:7: note: 'next' match was here
  %2 = icmp uge i64 %1, 4
       ^
<stdin>:12:32: note: previous match was here
  %1 = call i64 @llvm.objectsize.i64(i8* %0, i1 false)
                                ^
Anyone seeing this? 




More information about the cfe-dev mailing list