[llvm] [llvm][test] Fix filecheck annotation typos [1/n] (PR #93673)

Paul T Robinson via llvm-commits llvm-commits at lists.llvm.org
Thu May 30 21:15:57 PDT 2024


================
@@ -30,7 +30,7 @@ foo:
         .long "a 0"
 
 // CHECK: .section "a 1,a 2"
-//.section "a 1", "a 2"
+.section "a 1", "a 2"
----------------
pogo59 wrote:

Hmmm that looks like incorrect syntax for the directive. I suggest you comment-out the .section directive and make it a COM: CHECK: 

https://github.com/llvm/llvm-project/pull/93673


More information about the llvm-commits mailing list