[PATCH] D132513: [lit] Implement DEFINE and REDEFINE directives
Joel E. Denny via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 12 09:16:44 PDT 2022
jdenny marked an inline comment as done.
jdenny added inline comments.
================
Comment at: llvm/docs/TestingGuide.rst:768
+ confusing expansions (e.g., a lit configuration file might define a
+ substitution with the pattern ``%{name}[0]``). The new substitution is
+ inserted at the start of the substitution list so that it will expand first.
----------------
Ah, I forgot brackets are special in patterns. I'll escape them.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D132513/new/
https://reviews.llvm.org/D132513
More information about the llvm-commits
mailing list