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

Unified Diff: runtime/szrt.cpp

Issue 944333002: Subzero: Update tests and build scripts for sandboxing. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: More code review changes Created 5 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 | « runtime/szrt.c ('k') | runtime/szrt_i686.ll » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/szrt.cpp
diff --git a/runtime/szrt.cpp b/runtime/szrt.cpp
deleted file mode 100644
index 62afa06da9f5c3847b309784f92af4cdf88c5443..0000000000000000000000000000000000000000
--- a/runtime/szrt.cpp
+++ /dev/null
@@ -1,17 +0,0 @@
-//===- subzero/runtime/szrt.cpp - Subzero runtime source ------------------===//
-//
-// The Subzero Code Generator
-//
-// This file is distributed under the University of Illinois Open Source
-// License. See LICENSE.TXT for details.
-//
-//===----------------------------------------------------------------------===//
-//
-// This file is a C++ wrapper to szrt.c since clang++ complains about
-// .c files.
-//
-//===----------------------------------------------------------------------===//
-
-extern "C" {
-#include "szrt.c"
-}
« no previous file with comments | « runtime/szrt.c ('k') | runtime/szrt_i686.ll » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698