[LTO/Tests] Fix typo. Visibility -> Linkage. Pointy-hat to me.

llvm-svn: 264176
This commit is contained in:
Davide Italiano 2016-03-23 18:15:06 +00:00
parent 1de78202e8
commit 6af61dec1c
1 changed files with 1 additions and 1 deletions

View File

@ -13,5 +13,5 @@ define void @g() {
ret void
}
; Be sure that 'f' is kept and has weak_odr visibility.
; Be sure that 'f' is kept and has weak_odr linkage.
; CHECK: define weak_odr void @f()