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

Unified Diff: pnacl-llvm/MemoryObject.cpp

Issue 2605653002: Subzero: Fix build problem against LLVM trunk. (Closed)
Patch Set: Created 4 years 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 | « pnacl-llvm/DataStream.cpp ('k') | pnacl-llvm/StreamingMemoryObject.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pnacl-llvm/MemoryObject.cpp
diff --git a/pnacl-llvm/MemoryObject.cpp b/pnacl-llvm/MemoryObject.cpp
new file mode 100644
index 0000000000000000000000000000000000000000..d796acfa90e76b637ad95521041cdccef75cbc45
--- /dev/null
+++ b/pnacl-llvm/MemoryObject.cpp
@@ -0,0 +1,14 @@
+//===- MemoryObject.cpp - Abstract memory interface -----------------------===//
+//
+// The LLVM Compiler Infrastructure
+//
+// This file is distributed under the University of Illinois Open Source
+// License. See LICENSE.TXT for details.
+//
+//===----------------------------------------------------------------------===//
+
+#include "llvm/Support/MemoryObject.h"
+using namespace llvm;
+
+MemoryObject::~MemoryObject() {
+}
« no previous file with comments | « pnacl-llvm/DataStream.cpp ('k') | pnacl-llvm/StreamingMemoryObject.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698