aboutsummaryrefslogtreecommitdiff
path: root/test/ThinLTO/X86/reference_non_importable.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/ThinLTO/X86/reference_non_importable.ll')
-rw-r--r--test/ThinLTO/X86/reference_non_importable.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ThinLTO/X86/reference_non_importable.ll b/test/ThinLTO/X86/reference_non_importable.ll
index 5cf225e95de..99b79ce198e 100644
--- a/test/ThinLTO/X86/reference_non_importable.ll
+++ b/test/ThinLTO/X86/reference_non_importable.ll
@@ -22,7 +22,7 @@ target triple = "x86_64-apple-macosx10.11.0"
; We want foo to be imported in the main module!
; RUN: llvm-dis < %t.o.1.3.import.bc | FileCheck %s --check-prefix=IMPORT
-; IMPORT: define available_externally i8** @foo()
+; IMPORT: define available_externally dso_local i8** @foo()
define i8 **@foo() {
ret i8 **@b
}