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

Unified Diff: src/IceDefs.h

Issue 1669443002: Subzero. Uses fixups to calculate addend to relocations. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Addresses comments. Created 4 years, 11 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: src/IceDefs.h
diff --git a/src/IceDefs.h b/src/IceDefs.h
index 8839e8f72ffb4a5e3e2bec39f996c59b35542f21..1222424378c7ed41768ae3666128bca9a3170d25 100644
--- a/src/IceDefs.h
+++ b/src/IceDefs.h
@@ -74,6 +74,8 @@ class Variable;
class VariableDeclaration;
class VariablesMetadata;
+constexpr char GlobalOffsetTable[] = "_GLOBAL_OFFSET_TABLE_";
+
template <size_t SlabSize = 1024 * 1024>
using ArenaAllocator =
llvm::BumpPtrAllocatorImpl<llvm::MallocAllocator, SlabSize>;

Powered by Google App Engine
This is Rietveld 408576698