summaryrefslogtreecommitdiff
path: root/test/ThinLTO/X86/weak_resolution.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/ThinLTO/X86/weak_resolution.ll')
-rw-r--r--test/ThinLTO/X86/weak_resolution.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/ThinLTO/X86/weak_resolution.ll b/test/ThinLTO/X86/weak_resolution.ll
index 685c91cbc9f55..612cd6c206b5d 100644
--- a/test/ThinLTO/X86/weak_resolution.ll
+++ b/test/ThinLTO/X86/weak_resolution.ll
@@ -53,7 +53,7 @@ entry:
}
; MOD1: define weak void @linkoncefunc()
; MOD1-INT: define weak void @linkoncefunc()
-; MOD2: define linkonce void @linkoncefunc()
+; MOD2: declare void @linkoncefunc()
define linkonce void @linkoncefunc() #0 {
entry:
ret void
@@ -65,7 +65,7 @@ entry:
ret void
}
; MOD1: define weak void @weakfunc()
-; MOD2: define weak void @weakfunc()
+; MOD2: declare void @weakfunc()
define weak void @weakfunc() #0 {
entry:
ret void