diff options
| author | Florian Mayer <fmayer@google.com> | 2025-11-21 22:03:49 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-11-21 22:03:49 -0800 |
| commit | 226765b60cc54e03386f38874a177c906f5aa6e7 (patch) | |
| tree | e13712a2104de6371fadb641a124d0c34d0a3c02 /llvm/lib/CodeGen/NonRelocatableStringpool.cpp | |
| parent | 6b75b44ed5ed6e6e72955132a60ce8cca38bcbad (diff) | |
[NFC] [test] [libcxx] Fix invalid escape sequences (#168636)
```
>>> "_target-has-llvm-21 || target={{.+}}-apple-macosx{{26.[0-9](.\d+)?}}" == r"_target-has-llvm-21 || target={{.+}}-apple-macosx{{26.[0-9](.\\
d+)?}}"
<python-input-6>:1: SyntaxWarning: invalid escape sequence '\d'
True
>>> "_target-has-llvm-20 || target={{.+}}-apple-macosx{{15.[4-9](.\d+)?}}" == r"_target-has-llvm-20 || target={{.+}}-apple-macosx{{15.[4-9](.\\
d+)?}}"
<python-input-7>:1: SyntaxWarning: invalid escape sequence '\d'
True
>>> "_target-has-llvm-19 || target={{.+}}-apple-macosx{{15.[0-3](.\d+)?}}" == r"_target-has-llvm-19 || target={{.+}}-apple-macosx{{15.[0-3](.\\
d+)?}}"
<python-input-8>:1: SyntaxWarning: invalid escape sequence '\d'
True
>>> "_target-has-llvm-18 || target={{.+}}-apple-macosx{{14.[4-9](.\d+)?}}" == r"_target-has-llvm-18 || target={{.+}}-apple-macosx{{14.[4-9](.\\
d+)?}}"
<python-input-9>:1: SyntaxWarning: invalid escape sequence '\d'
True
```
Diffstat (limited to 'llvm/lib/CodeGen/NonRelocatableStringpool.cpp')
0 files changed, 0 insertions, 0 deletions
