True is a bad default: the useful symbol names and `@GOTPCREL` are scrubbed. Change the default and add global variable tests to x86-basic.ll (renamed from x86_function_name.ll since we now also test variables). I updated some tests to show the differences. Updated LCPI regex to include Darwin style `LCPI_[0-9]+_[0-9]+` (no leading dot). Reviewed By: pengfei Differential Revision: https://reviews.llvm.org/D102588
6 lines
226 B
Plaintext
6 lines
226 B
Plaintext
# REQUIRES: x86-registered-target
|
|
## Check that functions names with '$' are processed correctly
|
|
|
|
# RUN: cp -f %S/Inputs/x86-basic.ll %t.ll && %update_llc_test_checks %t.ll
|
|
# RUN: diff -u %S/Inputs/x86-basic.ll.expected %t.ll
|