Skip to content

Commit c3de1d0

Browse files
committed
[gold][test] Fix tests after D75713 and D74749
1 parent 65b2128 commit c3de1d0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

llvm/test/tools/gold/X86/thinlto_weak_library.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
; copy of f() (and didn't simply convert to available_externally, which
2525
; would incorrectly enable inlining).
2626
; RUN: llvm-dis %t2.o.1.promote.bc -o - | FileCheck %s
27-
; CHECK: declare dso_local i32 @f()
27+
; CHECK: declare i32 @f()
2828

2929
; ModuleID = 'thinlto_weak_library.c'
3030
source_filename = "thinlto_weak_library.c"

llvm/test/tools/gold/X86/v1.16/wrap-2.ll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@
2121
; Make sure that calls in foo() are not eliminated and that bar is
2222
; routed to __wrap_bar and __real_bar is routed to bar.
2323

24-
; CHECK: foo:
24+
; CHECK: <foo>:
2525
; CHECK-NEXT: pushq %rax
2626
; CHECK-NEXT: callq{{.*}}<__wrap_bar>
2727
; CHECK-NEXT: callq{{.*}}<bar>
2828

29-
; THIN: foo:
29+
; THIN: <foo>:
3030
; THIN-NEXT: pushq %rax
3131
; THIN-NEXT: callq{{.*}}<__wrap_bar>
3232
; THIN-NEXT: popq %rax

0 commit comments

Comments
 (0)