[PATCH] D58472: [WebAssembly] Remove unneeded MCSymbolRefExpr variants
Derek Schuff via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Feb 22 14:06:12 PST 2019
dschuff accepted this revision.
dschuff added a comment.
Makes sense. I think the thing that has changed compared to when we started is that symbol types like function, global, and event are more first-class in the wasm object format. Anyway, this change seems fine. I assume the asm parser already isn't using these annotations and we still round-trip?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D58472/new/
https://reviews.llvm.org/D58472
More information about the llvm-commits
mailing list