[PATCH] D119800: [WebAssembly] Add TLS FileCheck lines to Wasm SjLj test

Heejin Ahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 14 18:10:39 PST 2022


aheejin added inline comments.


================
Comment at: llvm/test/CodeGen/WebAssembly/lower-wasm-sjlj.ll:20
 define void @setjmp_longjmp() {
-; CHECK-LABEL: @setjmp_longjmp() personality {{.*}} @__gxx_wasm_personality_v0
+; CHECK-LABEL: @setjmp_longjmp()
 entry:
----------------
In TLS mode, this line contains `#0`, which makes coming up with a `CHECK` line that works for both TLS and non-TLS annoying, and I don't think this line worth making two separate `TLS` and `NO-TLS` check lines, so I'm cutting this off.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D119800



More information about the llvm-commits mailing list