[PATCH] D79936: [FileCheck] Add function call support to numerical expressions.
Paul Walker via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 4 09:53:12 PDT 2020
paulwalker-arm updated this revision to Diff 268509.
paulwalker-arm added a comment.
Thanks for the discussion @jhenderson.
I've removed the function prefix and updated the tests accordingly. I've also removed div and mul support so that it's no longer dependent on D80915 <https://reviews.llvm.org/D80915>, which I'll progress separately.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D79936/new/
https://reviews.llvm.org/D79936
Files:
llvm/docs/CommandGuide/FileCheck.rst
llvm/lib/Support/FileCheck.cpp
llvm/lib/Support/FileCheckImpl.h
llvm/test/FileCheck/numeric-expression.txt
llvm/unittests/Support/FileCheckTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D79936.268509.patch
Type: text/x-patch
Size: 23265 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200604/9a74dfa2/attachment-0001.bin>
More information about the llvm-commits
mailing list