diff options
Diffstat (limited to 'test/CodeGen/thinlto-emit-llvm.c')
-rw-r--r-- | test/CodeGen/thinlto-emit-llvm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/thinlto-emit-llvm.c b/test/CodeGen/thinlto-emit-llvm.c index f611162d1999d..d6ef6650243eb 100644 --- a/test/CodeGen/thinlto-emit-llvm.c +++ b/test/CodeGen/thinlto-emit-llvm.c @@ -5,6 +5,6 @@ // RUN: %clang_cc1 -O2 -x ir %t.o -fthinlto-index=%t.thinlto.bc -emit-llvm -o - | FileCheck %s // RUN: %clang_cc1 -O2 -x ir %t.o -fthinlto-index=%t.thinlto.bc -emit-llvm-bc -o - | llvm-dis -o - | FileCheck %s -// CHECK: define void @foo() +// CHECK: define{{.*}} void @foo() void foo() { } |