diff options
-rw-r--r-- | llvm/tools/yaml2obj/yaml2wasm.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/tools/yaml2obj/yaml2wasm.cpp b/llvm/tools/yaml2obj/yaml2wasm.cpp index a54936bf570..abd1d427b76 100644 --- a/llvm/tools/yaml2obj/yaml2wasm.cpp +++ b/llvm/tools/yaml2obj/yaml2wasm.cpp @@ -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) { |