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

Unified Diff: tools/pnacl-llc/ThreadedStreamingCache.h

Issue 1151093004: Changes from 3.7 merge to files not in upstream (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-llvm.git@master
Patch Set: Created 5 years, 7 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: tools/pnacl-llc/ThreadedStreamingCache.h
diff --git a/tools/pnacl-llc/ThreadedStreamingCache.h b/tools/pnacl-llc/ThreadedStreamingCache.h
index f68492d2d85cfda3148e5ce5a85cc39a31276756..f3a28238b941b6f6de52e1f906f9af9a4721f0bf 100644
--- a/tools/pnacl-llc/ThreadedStreamingCache.h
+++ b/tools/pnacl-llc/ThreadedStreamingCache.h
@@ -68,8 +68,8 @@ class ThreadedStreamingCache : public llvm::StreamingMemoryObject {
mutable uint64_t CacheBase;
ThreadedStreamingCache(
- const ThreadedStreamingCache&) LLVM_DELETED_FUNCTION;
- void operator=(const ThreadedStreamingCache&) LLVM_DELETED_FUNCTION;
+ const ThreadedStreamingCache&) = delete;
+ void operator=(const ThreadedStreamingCache&) = delete;
};
} // namespace llvm

Powered by Google App Engine
This is Rietveld 408576698