diff options
author | Hans Wennborg <hans@hanshq.net> | 2017-08-30 23:26:38 +0000 |
---|---|---|
committer | Hans Wennborg <hans@hanshq.net> | 2017-08-30 23:26:38 +0000 |
commit | 8f1559c2386463cea5c83128de6a4e6078800346 (patch) | |
tree | 92e53fffe5f9754094706f45306d2fd933dd344e /clang/test/CodeGen/thinlto-emit-llvm.c | |
parent | 5aa80f166389452ca66589b8c07b423fcf95cb8d (diff) | |
download | bcm5719-llvm-8f1559c2386463cea5c83128de6a4e6078800346.tar.gz bcm5719-llvm-8f1559c2386463cea5c83128de6a4e6078800346.zip |
Fix the test fix from r312181
llvm-svn: 312193
Diffstat (limited to 'clang/test/CodeGen/thinlto-emit-llvm.c')
-rw-r--r-- | clang/test/CodeGen/thinlto-emit-llvm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGen/thinlto-emit-llvm.c b/clang/test/CodeGen/thinlto-emit-llvm.c index d89961d5f56..d6ef6650243 100644 --- a/clang/test/CodeGen/thinlto-emit-llvm.c +++ b/clang/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() { } |