[all-commits] [llvm/llvm-project] 9c3345: [WebAssembly] Cleanup Emscripten SjLj tests
Heejin Ahn via All-commits
all-commits at lists.llvm.org
Wed Aug 4 21:16:28 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9c3345ad1020bbd8ec61a07339c1d1e804ef3011
https://github.com/llvm/llvm-project/commit/9c3345ad1020bbd8ec61a07339c1d1e804ef3011
Author: Heejin Ahn <aheejin at gmail.com>
Date: 2021-08-04 (Wed, 04 Aug 2021)
Changed paths:
M llvm/test/CodeGen/WebAssembly/lower-em-sjlj.ll
Log Message:
-----------
[WebAssembly] Cleanup Emscripten SjLj tests
- Remove a redundant test: there were `longjmp_only` and `only_longjmp`,
which do the same thing
- Add `CHECK-LABEL` lines for function names
Reviewed By: tlively
Differential Revision: https://reviews.llvm.org/D107511
More information about the All-commits
mailing list