Index: test/CodeGen/thinlto-emit-llvm.c =================================================================== --- test/CodeGen/thinlto-emit-llvm.c +++ 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() { }