Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(38)

Unified Diff: test/NaCl/PNaClABI/linkagetypes.ll

Issue 940243003: PNaCl localmod mods in LLVM to 223109 (local files only) (Closed)
Patch Set: xx Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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"

Powered by Google App Engine
This is Rietveld 408576698