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

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: cleanup 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
Mark Seaborn 2013/04/25 18:04:32 Change to "...metadata: !foo" to check reporting o
jvoung (off chromium) 2013/04/25 23:22:20 Not sure what you mean? What is "...metadata:" ?
Mark Seaborn 2013/04/25 23:25:50 I meant you can change it to: "; CHECK: Function t
jvoung (off chromium) 2013/04/26 16:51:29 Done.
ret void, !foo !0
}
; CHECK-NOT: disallowed

Powered by Google App Engine
This is Rietveld 408576698