[PATCH] D96001: [WebAssembly][lld] Precolor table numbers for MVP inputs

Sam Clegg via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 4 12:46:00 PST 2021


sbc100 added inline comments.


================
Comment at: lld/wasm/SyntheticSections.cpp:121
+            "; try recompiling all inputs "
+            "with -mattr=+reference-types");
+  } else {
----------------
Can this error actually happy?    Wouldn't it be a bug in lld if it did?   It seems like in order for this to happen there would be a bug in the pre-coloring logic.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D96001/new/

https://reviews.llvm.org/D96001



More information about the llvm-commits mailing list