[PATCH] D57725: [WebAssembly] Implement --trace (-y) and --trace-symbol
Rui Ueyama via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 5 10:41:50 PST 2019
ruiu added inline comments.
================
Comment at: wasm/SymbolTable.cpp:420
+void SymbolTable::trace(StringRef Name) {
+ TraceSymbol = Name;
+}
----------------
Is this implementation complete? I think you can track only one symbol with this implementation.
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