[PATCH] D70660: Add initial tests for update_{llc,cc}_test_checks.py
Alexander Richardson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 2 03:45:01 PST 2019
arichardson added inline comments.
================
Comment at: llvm/test/tools/UpdateTestChecks/update_cc_tests/mangled_names.test:31
+# GENERATED-NEXT: }
+# GENERATED-EMPTY:
+# GENERATED-NEXT: // A function with a mangled name
----------------
jdoerfert wrote:
> Are these (EMPTY lines) auto generated?
No, I added them manually. All the regex escaping is quite awkward so I've now gone with the diff suggestion.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D70660/new/
https://reviews.llvm.org/D70660
More information about the llvm-commits
mailing list