aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/ExecutionEngine/Orc/DebugObjectManagerPlugin.cpp
diff options
context:
space:
mode:
authorGiorgis Georgakoudis <georgakoudis1@llnl.gov>2021-02-19 20:22:14 -0800
committerGiorgis Georgakoudis <georgakoudis1@llnl.gov>2021-03-12 17:00:42 -0800
commit5eaf70afb5f8ae6789587e60d51c60f56caf18b0 (patch)
treee2a38d13aa2335aca027adc15cca796e311d73fb /llvm/lib/ExecutionEngine/Orc/DebugObjectManagerPlugin.cpp
parente7ee4eaaf7f051d74f0706491a1c16594a832b7d (diff)
downloadllvm-5eaf70afb5f8ae6789587e60d51c60f56caf18b0.zip
llvm-5eaf70afb5f8ae6789587e60d51c60f56caf18b0.tar.gz
llvm-5eaf70afb5f8ae6789587e60d51c60f56caf18b0.tar.bz2
Replace func name with regex for update test scripts
The patch adds an argument to update test scripts, such as update_cc_test_checks, for replacing a function name matching a regex. This functionality is needed to match generated function signatures that include file hashes. Example: The function signature for the following function: `__omp_offloading_50_b84c41e__Z9ftemplateIiET_i_l30_worker` with `--replace-function-regex "__omp_offloading_[0-9]+_[a-z0-9]+_(.*)"` will become: `CHECK-LABEL: @{{__omp_offloading_[0-9]+_[a-z0-9]+__Z9ftemplateIiET_i_l30_worker}}(` Reviewed By: jdoerfert Differential Revision: https://reviews.llvm.org/D97107
Diffstat (limited to 'llvm/lib/ExecutionEngine/Orc/DebugObjectManagerPlugin.cpp')
0 files changed, 0 insertions, 0 deletions