diff options
| author | Jieyou Xu <jieyouxu@outlook.com> | 2025-07-12 20:10:36 +0800 |
|---|---|---|
| committer | Jieyou Xu <jieyouxu@outlook.com> | 2025-07-13 14:28:41 +0800 |
| commit | afeed5067762d0a087744bda528cc3c95cb81e9a (patch) | |
| tree | 09eb4c32ec0c0fecac4cfab462a7514ac5da985f /compiler/rustc_codegen_gcc/src/errors.rs | |
| parent | b1d2f2c64c6254b2a935d6a2d29b68f4511cf500 (diff) | |
| download | rust-afeed5067762d0a087744bda528cc3c95cb81e9a.tar.gz rust-afeed5067762d0a087744bda528cc3c95cb81e9a.zip | |
Adjust `run_make_support::symbols` helpers
Massage the `symbols` helpers to fill out {match all, match any} x
{substring match, exact match}:
| | Substring match | Exact match |
|-----------|----------------------------------------|-------------------------------|
| Match any | `object_contains_any_symbol_substring` | `object_contains_any_symbol` |
| Match all | `object_contains_all_symbol_substring` | `object_contains_all_symbols` |
As part of this, rename `any_symbol_contains` to
`object_contains_any_symbol_substring` for accuracy.
Diffstat (limited to 'compiler/rustc_codegen_gcc/src/errors.rs')
0 files changed, 0 insertions, 0 deletions
