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

Unified Diff: test/NaCl/PNaClABI/types-function.ll

Issue 14329025: Check for metadata in PNaCl ABI checker. (Closed) Base URL: http://git.chromium.org/native_client/pnacl-llvm.git@master
Patch Set: Created 7 years, 8 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/types-function.ll
diff --git a/test/NaCl/PNaClABI/types-function.ll b/test/NaCl/PNaClABI/types-function.ll
index 14267fc6c7e5c21e353f845b16193b212575595c..9e0c383f3f2fcfd33f188be824ce6d752b81639f 100644
--- a/test/NaCl/PNaClABI/types-function.ll
+++ b/test/NaCl/PNaClABI/types-function.ll
@@ -24,7 +24,7 @@ define void @types() {
; C;HECK: Function types has instruction operand with disallowed type: i15
; call void @func(i15 1)
-; CHECK: Function types has instruction metadata containing disallowed type: half
+; CHECK: Function types has disallowed instruction metadata
ret void, !foo !0
}
; CHECK-NOT: disallowed
« no previous file with comments | « test/NaCl/PNaClABI/types.ll ('k') | tools/llc/llc.cpp » ('j') | tools/opt/opt.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698