[PATCH] D101735: [WebAssembly] Reenable end-to-end test in wasm-eh.cpp

David Blaikie via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon May 10 14:42:39 PDT 2021


dblaikie added a comment.

FWIW - please avoid end-to-end tests where possible (writing separate source to LLVM IR (in clang) and LLVM IR to assembly (in LLVM) tests). (recent discussions on the wasm simd instructions touched on this issue too)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D101735



More information about the cfe-commits mailing list