Index: test/NaCl/PNaClABI/linkagetypes.ll |
diff --git a/test/NaCl/PNaClABI/linkagetypes.ll b/test/NaCl/PNaClABI/linkagetypes.ll |
index b33c4eb7103fd357757e05344e83eb5d8576376e..005497a69f6d4ceea9cc432b863b61af02950778 100644 |
--- a/test/NaCl/PNaClABI/linkagetypes.ll |
+++ b/test/NaCl/PNaClABI/linkagetypes.ll |
@@ -10,12 +10,6 @@ target triple = "le32-unknown-nacl" |
@gv_private = private global [1 x i8] c"x" |
; CHECK: Variable gv_private has disallowed linkage type: private |
-@gv_linker_private = linker_private global [1 x i8] c"x" |
-; linker_private is deprecated and treated as private. |
-; CHECK: Variable gv_linker_private has disallowed linkage type: private |
-@gv_linker_private_weak = linker_private_weak global [1 x i8] c"x" |
-; linker_private_weak is deprecated and treated as private. |
-; CHECK: gv_linker_private_weak has disallowed linkage type: private |
@gv_linkonce = linkonce global [1 x i8] c"x" |
; CHECK: gv_linkonce has disallowed linkage type: linkonce |
@gv_linkonce_odr = linkonce_odr global [1 x i8] c"x" |