[PATCH] D60385: FileCheck [5/12]: Introduce regular numeric variables

Paul Robinson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 7 11:01:20 PDT 2019


probinson added inline comments.


================
Comment at: llvm/test/FileCheck/numeric-defines.txt:1
+; RUN: FileCheck -D#NUMVAL=12 -check-prefix CHECKNUM -input-file %s %s
+; RUN: not FileCheck -D#NUMVAL=8 -check-prefix CHECKNUM -input-file %s %s 2>&1 \
----------------
jhenderson wrote:
> I know this isn't necessarily a new issue, but it grates slightly seeing a mixture of single and double dash long options in the same test. Would you mind rationalising it to one or the other (I prefer double, but don't really care). Same goes for the other tests.
Actually there's work in progress (I believe) to stop supporting single-dash long options, and it would be best to stay ahead of the curve there.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D60385/new/

https://reviews.llvm.org/D60385





More information about the llvm-commits mailing list