Files
clang-p2996/llvm/test/tools/UpdateTestChecks/update_llc_test_checks/amdgpu-function-name.test
David Greene ce0eb81c72 [UpdateTestChecks] Allow $ in function names
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.

Differential Revision: https://reviews.llvm.org/D82995
2020-09-16 14:34:18 -05:00

6 lines
251 B
Plaintext

# REQUIRES: amdgpu-registered-target
## Check that functions names with '$' are processed correctly
# RUN: cp -f %S/Inputs/amdgpu_function_name.ll %t.ll && %update_llc_test_checks %t.ll
# RUN: diff -u %S/Inputs/amdgpu_function_name.ll.expected %t.ll