diff options
author | Teresa Johnson <tejohnson@google.com> | 2016-12-28 16:45:37 +0000 |
---|---|---|
committer | Teresa Johnson <tejohnson@google.com> | 2016-12-28 16:45:37 +0000 |
commit | 3f4c87d0b5c3bf2fa342b3196d6e420b85487069 (patch) | |
tree | 40233849d3b1cec18e13f1b81b4e8955b7fc499b /clang/test/CodeGen/thinlto_backend.ll | |
parent | 0e7148052360ebb9c2eb936b8d6ccde6e8dd7569 (diff) | |
download | bcm5719-llvm-3f4c87d0b5c3bf2fa342b3196d6e420b85487069.tar.gz bcm5719-llvm-3f4c87d0b5c3bf2fa342b3196d6e420b85487069.zip |
[ThinLTO] Add missing FileCheck invocation
One of the intended checks was not being performed.
llvm-svn: 290671
Diffstat (limited to 'clang/test/CodeGen/thinlto_backend.ll')
-rw-r--r-- | clang/test/CodeGen/thinlto_backend.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGen/thinlto_backend.ll b/clang/test/CodeGen/thinlto_backend.ll index 4b01b1ad15b..89f4fc407fb 100644 --- a/clang/test/CodeGen/thinlto_backend.ll +++ b/clang/test/CodeGen/thinlto_backend.ll @@ -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" |