[PATCH] D82995: [UpdateTestChecks] Allow $ in function names

David Greene via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 1 14:04:33 PDT 2020


greened created this revision.
greened added reviewers: jdoerfert, spatel, arichardson, RKSimon.
greened added a project: LLVM.
Herald added a subscriber: llvm-commits.
RKSimon added a reviewer: gbedwell.

Some compilers generation functions with '$' in their names, so recognize those
functions.

This also requires recognizing function names inside quotes in some contexts in
order to escape certain characters.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D82995

Files:
  llvm/utils/UpdateTestChecks/asm.py
  llvm/utils/UpdateTestChecks/common.py

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D82995.274909.patch
Type: text/x-patch
Size: 5806 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200701/f11e8619/attachment.bin>


More information about the llvm-commits mailing list