Files
clang-p2996/llvm/test/tools/UpdateTestChecks/update_llc_test_checks/ve-basic.test
Alex Richardson 2cdf4225aa [update_llc_test_checks][VE] Add baseline test for PIC function regex
While working on https://reviews.llvm.org/D131429, I got a test diff in
one of the VE tests and running update_llc_test_checks.py deleted all the
code for that function. This is a baseline test for this bug (incorrect
regex for VE when .Lfoo$local symbols are used).

Reviewed By: kaz7

Differential Revision: https://reviews.llvm.org/D131434
2022-08-24 14:16:20 +00:00

6 lines
219 B
Plaintext

# REQUIRES: ve-registered-target
## Check that the function regex for VE works as expected.
# RUN: cp -f %S/Inputs/ve-basic.ll %t.ll && %update_llc_test_checks %t.ll
# RUN: diff -u %S/Inputs/ve-basic.ll.expected %t.ll