[PATCH] D105749: WebAssembly: Update datalayout to match fp128 ABI change

Derek Schuff via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jul 13 14:32:43 PDT 2021


dschuff added inline comments.


================
Comment at: llvm/test/CodeGen/WebAssembly/varargs.ll:5
 
-target datalayout = "e-m:e-p:32:32-i64:64-n32:64-S128"
-target triple = "wasm32-unknown-unknown"
+target triple = "wasm32-unknown-emscripten"
 
----------------
sunfish wrote:
> It appears this change means that we're no longer testing varargs on wasm32-unknown-unknown. Please update this test so that it tests both triples.
Done in rGd4e2693a679927a62dd738dd3bba24863dcd290a


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D105749



More information about the cfe-commits mailing list