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

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

Issue 1151093004: Changes from 3.7 merge to files not in upstream (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-llvm.git@master
Patch Set: Created 5 years, 7 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 e225192d06a87fc0f8eea916cfbb270124c9a9c4..f5498d053511a759c04f4b25ab0c17d1cb172d66 100644
--- a/test/NaCl/PNaClABI/abi-metadata.ll
+++ b/test/NaCl/PNaClABI/abi-metadata.ll
@@ -11,7 +11,7 @@
; DEBUG-NOT: Named metadata node llvm.dbg.cu is disallowed
; CHECK: Named metadata node llvm.dbg.cu is disallowed
!llvm.dbg.cu = !{!0}
-!0 = metadata !{ half 0.0}
+!0 = !{ half 0.0}
; A debuginfo version must always be specified.
; DEBUG-NOT: ignoring debug info with an invalid version
@@ -19,9 +19,9 @@
; 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 2}
+!1 = !{i32 1, !"Debug Info Version", i32 3}
; CHECK: Named metadata node madeup is disallowed
; DEBUG: Named metadata node madeup is disallowed
!madeup = !{!2}
-!2 = metadata !{ half 1.0}
+!2 = !{ half 1.0}

Powered by Google App Engine
This is Rietveld 408576698