Chromium Code Reviews| 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>; |