[PATCH] D105749: WebAssembly: Update datalayout to match fp128 ABI change
Dan Gohman via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Jul 9 18:35:53 PDT 2021
sunfish 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"
----------------
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.
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