aboutsummaryrefslogtreecommitdiff
path: root/llvm/tools/llvm-objdump/llvm-objdump.cpp
diff options
context:
space:
mode:
authorAdrian McCarthy <amccarth@google.com>2019-06-07 21:14:33 +0000
committerAdrian McCarthy <amccarth@google.com>2019-06-07 21:14:33 +0000
commit4ca8435528ca2afd43a2f7b709dee43e168bfbd1 (patch)
treedaffc3fa125c3282ba84a6a190b8ea8ca63b395a /llvm/tools/llvm-objdump/llvm-objdump.cpp
parenta4198c22dc1d7a18912ebd2d06a8833ff6a3ca4b (diff)
downloadllvm-4ca8435528ca2afd43a2f7b709dee43e168bfbd1.zip
llvm-4ca8435528ca2afd43a2f7b709dee43e168bfbd1.tar.gz
llvm-4ca8435528ca2afd43a2f7b709dee43e168bfbd1.tar.bz2
Fix string literals to avoid deprecation warnings in regexp patterns
In LLDB, where tests run with the debug version of Python, we get a series of deprecation warnings because escape sequences like `\(` are being treated as part of the string literal rather than an escape for the regexp pattern. NFC intended. Differential Revision: https://reviews.llvm.org/D62882 llvm-svn: 362846
Diffstat (limited to 'llvm/tools/llvm-objdump/llvm-objdump.cpp')
0 files changed, 0 insertions, 0 deletions