[WebAssembly] NDEBUG is spelled without a leading underscore.

llvm-svn: 325893
This commit is contained in:
Benjamin Kramer 2018-02-23 12:20:18 +00:00
parent b89f706ba3
commit 3070887f49

View File

@ -146,7 +146,7 @@ int WasmWriter::writeSectionContent(raw_ostream &OS, WasmYAML::LinkingSection &S
encodeULEB128(wasm::WASM_SYMBOL_TABLE, OS);
encodeULEB128(Section.SymbolTable.size(), SubSection.GetStream());
#ifndef _NDEBUG
#ifndef NDEBUG
uint32_t SymbolIndex = 0;
#endif
for (const WasmYAML::SymbolInfo &Info : Section.SymbolTable) {