[ThinLTO] Relax thinlto_embed_bitcode.ll check

Fixes fuscia test [1] - the thinlto annotations may not always be there.

[1] http://lab.llvm.org:8011/builders/fuchsia-x86_64-linux/builds/11312
This commit is contained in:
Mircea Trofin 2020-09-15 22:40:13 -07:00
parent 291bfff5db
commit 8ea7ef8eda
1 changed files with 1 additions and 1 deletions

View File

@ -26,5 +26,5 @@
; CHECK: define void @foo()
; CHECK-OPT-NEXT: ret void
; CHECK-NOOPT-NEXT: call void @bar()
; CHECK-NOOPT: define available_externally void @bar() !thinlto_src_module !0 {
; CHECK-NOOPT: define available_externally void @bar()
; CHECK-NOOPT-NEXT: ret void