[PATCH] D45021: [WebAssembly] Distinguish debug/symbol names in the Wasm structs. NFC
Sam Clegg via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 29 19:25:20 PDT 2018
sbc100 added inline comments.
================
Comment at: lib/Object/WasmObjectFile.cpp:282
+ if (isDefinedFunctionIndex(Index))
+ getDefinedFunction(Index).DebugName = Name;
}
----------------
Another way of saying it, maybe we can just drop these two lines of code?
Repository:
rL LLVM
https://reviews.llvm.org/D45021
More information about the llvm-commits
mailing list