[PATCH] D128282: [WebAssembly] Update test to run it in opaque pointers mode
Alex Bradbury via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Jun 22 02:00:10 PDT 2022
asb added a comment.
In D128282#3600355 <https://reviews.llvm.org/D128282#3600355>, @tlively wrote:
> I think the lines still differ in that one tests wasm32 and the other tests wasm64 (the triples are different).
Yeah, but the convention used elsewhere in this test file is to use `WEBASSEMBLY:` (which is a common check prefix for both wasm32 and wasm64 run lines) in the cases where the output is the same.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D128282/new/
https://reviews.llvm.org/D128282
More information about the cfe-commits
mailing list