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

Unified Diff: test/NaCl/PNaClABI/abi-metadata.ll

Issue 940243003: PNaCl localmod mods in LLVM to 223109 (local files only) (Closed)
Patch Set: fix comment 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/abi-metadata.ll
diff --git a/test/NaCl/PNaClABI/abi-metadata.ll b/test/NaCl/PNaClABI/abi-metadata.ll
index 7668bb604cbd68b5d8bd36befd960010adf380b2..e225192d06a87fc0f8eea916cfbb270124c9a9c4 100644
--- a/test/NaCl/PNaClABI/abi-metadata.ll
+++ b/test/NaCl/PNaClABI/abi-metadata.ll
@@ -19,7 +19,7 @@
; DEBUG-NOT: Named metadata node llvm.module.flags is disallowed
; CHECK: Named metadata node llvm.module.flags is disallowed
!llvm.module.flags = !{!1}
-!1 = metadata !{i32 1, metadata !"Debug Info Version", i32 1}
+!1 = metadata !{i32 1, metadata !"Debug Info Version", i32 2}
; CHECK: Named metadata node madeup is disallowed
; DEBUG: Named metadata node madeup is disallowed

Powered by Google App Engine
This is Rietveld 408576698