]> granicus.if.org Git - clang/commitdiff
[ThinLTO] Add missing FileCheck invocation
authorTeresa Johnson <tejohnson@google.com>
Wed, 28 Dec 2016 16:45:37 +0000 (16:45 +0000)
committerTeresa Johnson <tejohnson@google.com>
Wed, 28 Dec 2016 16:45:37 +0000 (16:45 +0000)
One of the intended checks was not being performed.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@290671 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/thinlto_backend.ll

index 4b01b1ad15bbdca2faf48418789ad7468750c737..89f4fc407fbce7eba6494af7efb5cf2db8b8a59e 100644 (file)
@@ -20,7 +20,7 @@
 
 ; Ensure we get expected error for input files without summaries
 ; RUN: opt -o %t2.o %s
-; RUN: %clang -target x86_64-unknown-linux-gnu -O2 -o %t3.o -x ir %t1.o -c -fthinlto-index=%t.thinlto.bc
+; RUN: %clang -target x86_64-unknown-linux-gnu -O2 -o %t3.o -x ir %t1.o -c -fthinlto-index=%t.thinlto.bc 2>&1 | FileCheck %s -check-prefix=CHECK-ERROR2
 ; CHECK-ERROR2: Error loading imported file '{{.*}}': Could not find module summary
 
 target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"