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

Unified Diff: test/CodeGen/emscripten-regparm.c

Issue 1696583002: Remove Emscripten support (Closed) Base URL: https://chromium.googlesource.com/a/native_client/pnacl-clang.git@master
Patch Set: Created 4 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
« no previous file with comments | « test/CodeGen/emscripten-arguments.c ('k') | test/CodeGen/target-data.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/CodeGen/emscripten-regparm.c
diff --git a/test/CodeGen/emscripten-regparm.c b/test/CodeGen/emscripten-regparm.c
deleted file mode 100644
index 14c3ae557ea8109cbe3d64756bef9f223a6f8d8a..0000000000000000000000000000000000000000
--- a/test/CodeGen/emscripten-regparm.c
+++ /dev/null
@@ -1,3 +0,0 @@
-// RUN: %clang_cc1 -triple asmjs-unknown-emscripten %s -fsyntax-only -verify
-
-void __attribute__((regparm(2))) fc_f1(int i, int j, int k) {} // expected-error{{'regparm' is not valid on this platform}}
« no previous file with comments | « test/CodeGen/emscripten-arguments.c ('k') | test/CodeGen/target-data.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698