summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/PrologEpilogInserter.cpp
diff options
context:
space:
mode:
authorPavel Labath <pavel@labath.sk>2019-04-02 09:45:40 +0000
committerPavel Labath <pavel@labath.sk>2019-04-02 09:45:40 +0000
commitc5cefa2caf79af2f40555754cbb6ff6756053b12 (patch)
treed32f58ee7e3c49b780f9df67d8da1de9233a6983 /llvm/lib/CodeGen/PrologEpilogInserter.cpp
parentf42197885813cee43234d63271ec99026b546b79 (diff)
downloadbcm5719-llvm-c5cefa2caf79af2f40555754cbb6ff6756053b12.tar.gz
bcm5719-llvm-c5cefa2caf79af2f40555754cbb6ff6756053b12.zip
Fix flakyness in TestCommandScriptImmediateOutput
I'm not sure why this surfaced at this particular point, but TestCommandScriptImmediateOutput (a pexpect test) had a synchronization issue, where the (lldb) promts it was expecting were getting out of sync. This happened for two reasons: - it did not expect the initial (lldb) prompt we print at startup - launchArgs() returned None, which resulted in an extra "target create None" command being issued to lldb (and an extra unhandled prompt being printed). Resolving these two issues seems to fix (or at least, improve) the test. llvm-svn: 357459
Diffstat (limited to 'llvm/lib/CodeGen/PrologEpilogInserter.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud