aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/BinaryFormat/Wasm.cpp
diff options
context:
space:
mode:
authorRaphael Isemann <teemperor@gmail.com>2020-10-13 16:02:47 +0200
committerRaphael Isemann <teemperor@gmail.com>2020-10-13 16:04:24 +0200
commit777df5c93da893819e9586949531ba9aaec97e1f (patch)
treef3415cf7ad236bae7b7a988205c400676f37a56f /llvm/lib/BinaryFormat/Wasm.cpp
parent04b2191d69717d671cc4b5d007aac399a9e60bf6 (diff)
downloadllvm-777df5c93da893819e9586949531ba9aaec97e1f.zip
llvm-777df5c93da893819e9586949531ba9aaec97e1f.tar.gz
llvm-777df5c93da893819e9586949531ba9aaec97e1f.tar.bz2
[lldb][NFC] Fix some invalid escapes sequences in Python strings
I recently had to run the test suite with a debug Python which got started warning about some invalid escape sequences in LLDB's Python code. They all attempt to add a backslash by doing a single backslash instead of a double backslash in a normal string. This seems to work fine for now, but Python says this behaviour is deprecated, so this patch turns all those strings into raw strings (where a single backslash is actually a single backslash) Reviewed By: JDevlieghere Differential Revision: https://reviews.llvm.org/D88289
Diffstat (limited to 'llvm/lib/BinaryFormat/Wasm.cpp')
0 files changed, 0 insertions, 0 deletions