File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 24
24
; copy of f() (and didn't simply convert to available_externally, which
25
25
; would incorrectly enable inlining).
26
26
; RUN: llvm-dis %t2.o.1.promote.bc -o - | FileCheck %s
27
- ; CHECK: declare dso_local i32 @f()
27
+ ; CHECK: declare i32 @f()
28
28
29
29
; ModuleID = 'thinlto_weak_library.c'
30
30
source_filename = "thinlto_weak_library.c"
Original file line number Diff line number Diff line change 21
21
; Make sure that calls in foo() are not eliminated and that bar is
22
22
; routed to __wrap_bar and __real_bar is routed to bar.
23
23
24
- ; CHECK: foo:
24
+ ; CHECK: < foo> :
25
25
; CHECK-NEXT: pushq %rax
26
26
; CHECK-NEXT: callq{{.*}}<__wrap_bar>
27
27
; CHECK-NEXT: callq{{.*}}<bar>
28
28
29
- ; THIN: foo:
29
+ ; THIN: < foo> :
30
30
; THIN-NEXT: pushq %rax
31
31
; THIN-NEXT: callq{{.*}}<__wrap_bar>
32
32
; THIN-NEXT: popq %rax
You can’t perform that action at this time.
0 commit comments