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

Unified Diff: tests_lit/reader_tests/globalrelocs.ll

Issue 1387963002: Make sure that all globals are internal, except for "start" functions. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Fix new tests. Created 5 years, 2 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
« no previous file with comments | « tests_lit/reader_tests/globalinit.pnacl.ll ('k') | tests_lit/reader_tests/insertextract.ll » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests_lit/reader_tests/globalrelocs.ll
diff --git a/tests_lit/reader_tests/globalrelocs.ll b/tests_lit/reader_tests/globalrelocs.ll
index a6a44f706b36523916c9dcc7b96fa405573ea484..55d9524ca2395b9cff5fe102a0185d351944c780 100644
--- a/tests_lit/reader_tests/globalrelocs.ll
+++ b/tests_lit/reader_tests/globalrelocs.ll
@@ -93,10 +93,10 @@
@short = internal constant [2 x i8] zeroinitializer
; CHECK-NEXT: @short = internal constant [2 x i8] zeroinitializer
-define void @func() {
+define internal void @func() {
ret void
}
-; CHECK-NEXT: define void @func() {
+; CHECK-NEXT: define internal void @func() {
; NOIR: Total across all functions
« no previous file with comments | « tests_lit/reader_tests/globalinit.pnacl.ll ('k') | tests_lit/reader_tests/insertextract.ll » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698