mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-02 00:16:25 +00:00
[WebAssembly] NDEBUG is spelled without a leading underscore.
llvm-svn: 325893
This commit is contained in:
parent
b89f706ba3
commit
3070887f49
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user