[PATCH] D115749: [WebAssembly] Fix linkage and visibility info of IR global syms
Paulo Matos via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 25 03:45:35 PST 2022
pmatos added inline comments.
================
Comment at: llvm/lib/Target/WebAssembly/Utils/WebAssemblyUtilities.cpp:19
#include "llvm/MC/MCContext.h"
+#include "llvm/Support/MachineValueType.h"
+
----------------
sbc100 wrote:
> Is this change needed?
No - this will be removed.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D115749/new/
https://reviews.llvm.org/D115749
More information about the llvm-commits
mailing list