summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Process/scripted/ScriptedProcess.cpp
diff options
context:
space:
mode:
authorThomas Preud'homme <thomasp@graphcore.ai>2021-03-18 10:57:30 +0000
committerThomas Preud'homme <thomasp@graphcore.ai>2021-03-24 17:58:16 +0000
commitc5d53efeff5ca3943af6684e999c8802d9f48702 (patch)
treeca8fda44f20e2dc27fba602491eb86a29b2df2bd /lldb/source/Plugins/Process/scripted/ScriptedProcess.cpp
parent4f283031335329a08e57eb121fbaf79592c2c286 (diff)
[test] Fix mix of variable use/def and regex match
LLVM test Transforms/GlobalSplit/basic.ll mixes variable definition and variable use with regex matching of end of line. Mixing end of line matching with variable definition will work but not record the end of line in the string variable. Mixing end of line with variable use will ignore end of line and cause an error once D98691 is landed. This commit moves the end of line matching out of the string subtitution blocks. Reviewed By: tejohnson Differential Revision: https://reviews.llvm.org/D98854
Diffstat (limited to 'lldb/source/Plugins/Process/scripted/ScriptedProcess.cpp')
0 files changed, 0 insertions, 0 deletions