aboutsummaryrefslogtreecommitdiff
path: root/test/tools/gold/X86/thinlto_weak_library.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/tools/gold/X86/thinlto_weak_library.ll')
-rw-r--r--test/tools/gold/X86/thinlto_weak_library.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/tools/gold/X86/thinlto_weak_library.ll b/test/tools/gold/X86/thinlto_weak_library.ll
index 6a04fc0db0e..9e7b4794c65 100644
--- a/test/tools/gold/X86/thinlto_weak_library.ll
+++ b/test/tools/gold/X86/thinlto_weak_library.ll
@@ -24,7 +24,7 @@
; copy of f() (and didn't simply convert to available_externally, which
; would incorrectly enable inlining).
; RUN: llvm-dis %t2.o.1.promote.bc -o - | FileCheck %s
-; CHECK: declare i32 @f()
+; CHECK: declare dso_local i32 @f()
; ModuleID = 'thinlto_weak_library.c'
source_filename = "thinlto_weak_library.c"