[PATCH] D67129: [WebAssembly] Compare functions by names in Emscripten Sjlj
Sam Clegg via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 3 15:14:16 PDT 2019
sbc100 accepted this revision.
sbc100 added inline comments.
This revision is now accepted and ready to land.
================
Comment at: llvm/test/CodeGen/WebAssembly/lower-em-sjlj-malloc.ll:1
+; RUN: opt < %s -wasm-lower-em-ehsjlj -S | FileCheck %s
+
----------------
Seems like this test is more about "aliases" that it is about malloc in particular. Perhaps it should be called `lower-em-sjlj-alias.ll`?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D67129/new/
https://reviews.llvm.org/D67129
More information about the llvm-commits
mailing list