[PATCH] D83713: [WebAssembly] Triple::wasm64 related cleanup

Sam Clegg via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 13 15:59:08 PDT 2020


sbc100 accepted this revision.
sbc100 added inline comments.
This revision is now accepted and ready to land.


================
Comment at: lld/wasm/InputFiles.cpp:583
   }
+  config->is64 = t.getArch() == Triple::wasm64;
   std::vector<bool> keptComdats;
----------------
Should we error out here if you try to link two files of different arch?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D83713





More information about the llvm-commits mailing list