[PATCH] D54647: WIP: [WebAssembly] First pass the implement -fPIC
Sam Clegg via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 26 10:17:38 PST 2018
sbc100 marked 2 inline comments as done.
sbc100 added inline comments.
================
Comment at: lib/Target/WebAssembly/WebAssemblyAsmPrinter.cpp:94
addSignature(std::move(Signature));
+ //assert(false);
}
----------------
aheejin wrote:
> Delete this?
Sorry, this change is just WIP, not ready to commit yet. I'll remove this stuff before then
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D54647/new/
https://reviews.llvm.org/D54647
More information about the llvm-commits
mailing list