[llvm] [FileCheck] Fix parsing empty global and pseudo variable names (PR #83667)

Fangrui Song via llvm-commits llvm-commits at lists.llvm.org
Sun Mar 3 00:39:19 PST 2024


================
@@ -0,0 +1,32 @@
+a
+
+; RUN: not FileCheck -color=0 -input-file %s %s 2>&1 | \
----------------
MaskRay wrote:

I disagree. There are many `CHECK.*error:` tests and they don't use `-color=0` at all.

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


More information about the llvm-commits mailing list