[PATCH] D125604: [FileCheck] Catch missspelled directives.
James Henderson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun May 15 23:52:54 PDT 2022
jhenderson added a comment.
Code change looks good to me. Are the TODO cases where the test fails if changing them?
================
Comment at: llvm/test/FileCheck/missspelled-directive.txt:18
+
+P4_COUNT-2: foo
+CHECK4: error: misspelled directive 'P4_COUNT-2:'
----------------
What about `P4-COUNT_2`? Is that case not really related?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D125604/new/
https://reviews.llvm.org/D125604
More information about the llvm-commits
mailing list