[PATCH] D57725: [WebAssembly] Implement --trace (-y) and --trace-symbol
Sam Clegg via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 5 10:57:00 PST 2019
sbc100 marked an inline comment as done.
sbc100 added inline comments.
================
Comment at: wasm/SymbolTable.cpp:420
+void SymbolTable::trace(StringRef Name) {
+ TraceSymbol = Name;
+}
----------------
ruiu wrote:
> Is this implementation complete? I think you can track only one symbol with this implementation.
Yes, you are correct. Thats all I needed in my example use case, so I didn't realize the intention was allow multiple symbols to be traced.
Repository:
rLLD LLVM Linker
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D57725/new/
https://reviews.llvm.org/D57725
More information about the llvm-commits
mailing list