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

Unified Diff: test/CodeGen/target-data.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-regparm.c ('k') | test/CodeGenCXX/member-function-pointers.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/CodeGen/target-data.c
diff --git a/test/CodeGen/target-data.c b/test/CodeGen/target-data.c
index ce81e3f63c325787941cee905e023640305d0b0c..7efcf5dfbf0a311854a6a94158cd68850f39b630 100644
--- a/test/CodeGen/target-data.c
+++ b/test/CodeGen/target-data.c
@@ -78,10 +78,6 @@
// RUN: FileCheck %s -check-prefix=LE32-NACL
// LE32-NACL: target datalayout = "e-p:32:32-i64:64-n32"
-// RUN: %clang_cc1 -triple asmjs-emscripten -o - -emit-llvm %s | \
-// RUN: FileCheck %s -check-prefix=ASMJS-EMSCRIPTEN
-// ASMJS-EMSCRIPTEN: target datalayout = "e-p:32:32-i64:64-v128:32:128-n32-S128"
-
// RUN: %clang_cc1 -triple powerpc-unknown -o - -emit-llvm %s | \
// RUN: FileCheck %s -check-prefix=PPC
// PPC: target datalayout = "E-m:e-p:32:32-i64:64-n32"
« no previous file with comments | « test/CodeGen/emscripten-regparm.c ('k') | test/CodeGenCXX/member-function-pointers.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698