[PATCH] D91681: [lld][WebAssembly] Convert more tests to asm format. NFC.
Sam Clegg via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 19 16:54:21 PST 2020
sbc100 added inline comments.
================
Comment at: llvm/test/CodeGen/WebAssembly/weak.ll:18
+
+; CHECK: bar:
+; CHECK-NEXT: .int32 foo
----------------
dschuff wrote:
> nit: extra space before CHECK
I've been using this technique in the lld tests to that the `:` chars line up and allow expectations to be more easily read IMHO. But this is a different place so I will change.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D91681/new/
https://reviews.llvm.org/D91681
More information about the llvm-commits
mailing list