diff options
-rw-r--r-- | clang/test/CodeGen/thinlto_backend.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGen/thinlto_backend.c b/clang/test/CodeGen/thinlto_backend.c index 6a74deab8f1..2a618940822 100644 --- a/clang/test/CodeGen/thinlto_backend.c +++ b/clang/test/CodeGen/thinlto_backend.c @@ -7,7 +7,7 @@ // Ensure we get expected error for missing index file // RUN: %clang -target x86_64-unknown-linux -O2 -o %t1.o -x ir %t.o -c -fthinlto-index=bad.thinlto.bc 2>&1 | FileCheck %s -check-prefix=CHECK-ERROR -// CHECK-ERROR: Error loading index file 'bad.thinlto.bc': No such file or directory +// CHECK-ERROR: Error loading index file 'bad.thinlto.bc' // Ensure Function Importing pass added // RUN: %clang -target x86_64-unknown-linux -O2 -o %t1.o -x ir %t.o -c -fthinlto-index=%t.thinlto.bc -mllvm -debug-pass=Structure 2>&1 | FileCheck %s -check-prefix=CHECK-PASS |