[llvm] [llvm][test] Fix filecheck annotation typos [1/n] (PR #93673)
via llvm-commits
llvm-commits at lists.llvm.org
Wed May 29 12:13:50 PDT 2024
================
@@ -46,8 +46,8 @@ foo:
// FIXME: We don't bother to support .lsym.
-// COM: CHECK: .lsym "a 8",1
-// .lsym "a 8", 1
+// CHECK: .lsym "a 8",1
+.lsym "a 8", 1
----------------
klensy wrote:
C:\ws\src\llvm\test\MC\AsmParser\labels.s:51:1: error: directive '.lsym' is unsupported
https://github.com/llvm/llvm-project/pull/93673
More information about the llvm-commits
mailing list