Index: src/PNaClTranslator.cpp |
diff --git a/src/PNaClTranslator.cpp b/src/PNaClTranslator.cpp |
index 69498ce57abdbd9a447a78a8004b2264c2f0d8cd..95619a0d064dd9fbd755ecc15280b338edf7111e 100644 |
--- a/src/PNaClTranslator.cpp |
+++ b/src/PNaClTranslator.cpp |
@@ -2970,6 +2970,9 @@ void FunctionValuesymtabParser::setBbName(NaClBcIndexSize_t Index, |
} |
bool FunctionParser::ParseBlock(unsigned BlockID) { |
+#ifndef PNACL_LLVM |
+ constexpr bool PNaClAllowLocalSymbolTables = true; |
+#endif // !PNACL_LLVM |
switch (BlockID) { |
case naclbitc::CONSTANTS_BLOCK_ID: { |
ConstantsParser Parser(BlockID, this); |