[llvm] [FileCheck] Fix parsing empty global and pseudo variable names (PR #83667)
Daniil Kovalev via llvm-commits
llvm-commits at lists.llvm.org
Sun Mar 3 03:47:02 PST 2024
================
@@ -0,0 +1,32 @@
+a
+
+; RUN: not FileCheck -color=0 -input-file %s %s 2>&1 | \
----------------
kovdan01 wrote:
OK, it makes sense. Deleted `-color=0` and used `%ProtectFileCheckOutput` instead. See 3bbb7c11f3c1e15cf7430fe543813c277649999b
https://github.com/llvm/llvm-project/pull/83667
More information about the llvm-commits
mailing list