[all-commits] [llvm/llvm-project] 9ecbad: [lldb] lldbinline and lldbtest gardening (NFC)
Jonas Devlieghere via All-commits
all-commits at lists.llvm.org
Tue Jul 14 10:42:05 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 9ecbad54c2f02e3ef44077d1f542eaa8b3dd6d44
https://github.com/llvm/llvm-project/commit/9ecbad54c2f02e3ef44077d1f542eaa8b3dd6d44
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2020-07-14 (Tue, 14 Jul 2020)
Changed paths:
M lldb/packages/Python/lldbsuite/test/lldbinline.py
M lldb/packages/Python/lldbsuite/test/lldbtest.py
Log Message:
-----------
[lldb] lldbinline and lldbtest gardening (NFC)
- Make the open more Pythonic.
- Remove the unused `cleanup` Make target.
- Remove commented-out/obvious/low-value comments.
- Cleanup the forked process PID list.
Commit: 5a62008f352b38ca80cb4156fb5d234404db75f2
https://github.com/llvm/llvm-project/commit/5a62008f352b38ca80cb4156fb5d234404db75f2
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2020-07-14 (Tue, 14 Jul 2020)
Changed paths:
M lldb/packages/Python/lldbsuite/test/plugins/builder_base.py
Log Message:
-----------
[lldb] Use runBuildCommands from buildGModules
Use runBuildCommands, like all other builders, to raise a build-specific
error when the command fails.
Compare: https://github.com/llvm/llvm-project/compare/f4476b72fb13...5a62008f352b
More information about the All-commits
mailing list