Mercurial > hg > CbC > CbC_llvm
diff test/Linker/pr21494.ll @ 95:afa8332a0e37 LLVM3.8
LLVM 3.8
author | Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp> |
---|---|
date | Tue, 13 Oct 2015 17:48:58 +0900 |
parents | 60c9769439b8 |
children |
line wrap: on
line diff
--- a/test/Linker/pr21494.ll Wed Feb 18 14:56:07 2015 +0900 +++ b/test/Linker/pr21494.ll Tue Oct 13 17:48:58 2015 +0900 @@ -6,10 +6,10 @@ @g2 = linkonce_odr global i8 0 ; CHECK-NOT: @g2 -@a1 = private alias i8* @g1 +@a1 = private alias i8, i8* @g1 ; CHECK-NOT: @a1 -@a2 = linkonce_odr alias i8* @g2 +@a2 = linkonce_odr alias i8, i8* @g2 ; CHECK-NOT: @a2 define private void @f1() {