diff options
author | Jonas Devlieghere <jonas@devlieghere.com> | 2019-12-20 20:53:33 -0800 |
---|---|---|
committer | Jonas Devlieghere <jonas@devlieghere.com> | 2019-12-20 20:53:33 -0800 |
commit | c51ad1f836bffb4e431eb9f948ee3a32902ba6d2 (patch) | |
tree | 64beeb0fbf010ae3f1d1367edd2f509c47fc4f91 /lldb/packages/Python/lldbsuite/test/terminal/TestEditline.py | |
parent | 94b1bc0fb86a081caae0a919c0ecdb732a84e8ad (diff) | |
download | bcm5719-llvm-c51ad1f836bffb4e431eb9f948ee3a32902ba6d2.tar.gz bcm5719-llvm-c51ad1f836bffb4e431eb9f948ee3a32902ba6d2.zip |
[lldb/CMake] Don't use return() from macro()
> A macro is executed as if the macro body were pasted in place of the
> calling statement. This has the consequence that a return() in a macro
> body does not just terminate execution of the macro
After converting from a function() to a macro(), the return() became
invalid. This modifies the control flow to elude the return.
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/terminal/TestEditline.py')
0 files changed, 0 insertions, 0 deletions