[all-commits] [llvm/llvm-project] 68cc9f: [lldb] Remove all 'clean' targets from test Makefiles
Raphael Isemann via All-commits
all-commits at lists.llvm.org
Fri Feb 7 02:25:17 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 68cc9f80a6bfd7b88a761d29c757d0ec6544e126
https://github.com/llvm/llvm-project/commit/68cc9f80a6bfd7b88a761d29c757d0ec6544e126
Author: Raphael Isemann <teemperor at gmail.com>
Date: 2020-02-07 (Fri, 07 Feb 2020)
Changed paths:
M lldb/packages/Python/lldbsuite/test/api/multithreaded/Makefile
M lldb/packages/Python/lldbsuite/test/commands/expression/call-function/Makefile
M lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/comp_dir_symlink/Makefile
M lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/synthupdate/Makefile
M lldb/packages/Python/lldbsuite/test/functionalities/memory-region/Makefile
M lldb/packages/Python/lldbsuite/test/functionalities/tail_call_frames/cross_dso/Makefile
M lldb/packages/Python/lldbsuite/test/functionalities/target_var/Makefile
M lldb/packages/Python/lldbsuite/test/lang/c/conflicting-symbol/Makefile
M lldb/packages/Python/lldbsuite/test/lang/cpp/char1632_t/Makefile
M lldb/packages/Python/lldbsuite/test/lang/cpp/enum_types/Makefile
M lldb/packages/Python/lldbsuite/test/lang/cpp/overriden-methods/Makefile
M lldb/packages/Python/lldbsuite/test/lang/cpp/stl/Makefile
M lldb/packages/Python/lldbsuite/test/lang/cpp/unicode-literals/Makefile
M lldb/packages/Python/lldbsuite/test/lang/cpp/wchar_t/Makefile
M lldb/packages/Python/lldbsuite/test/lang/objc/objc-ivar-stripped/Makefile
M lldb/packages/Python/lldbsuite/test/lang/objc/objc-static-method-stripped/Makefile
M lldb/packages/Python/lldbsuite/test/linux/add-symbols/Makefile
M lldb/packages/Python/lldbsuite/test/linux/mix-dwo-and-regular-objects/Makefile
M lldb/packages/Python/lldbsuite/test/linux/sepdebugsymlink/Makefile
M lldb/packages/Python/lldbsuite/test/macosx/find-app-in-bundle/Makefile
M lldb/packages/Python/lldbsuite/test/macosx/universal/Makefile
M lldb/packages/Python/lldbsuite/test/python_api/findvalue_duplist/Makefile
M lldb/packages/Python/lldbsuite/test/python_api/formatters/Makefile
M lldb/packages/Python/lldbsuite/test/python_api/sbvalue_persist/Makefile
M lldb/packages/Python/lldbsuite/test/source-manager/Makefile
Log Message:
-----------
[lldb] Remove all 'clean' targets from test Makefiles
Summary:
To my knowledge we don't actually use or need these rules. And if we need them then
there is probably a better way to implement this than having all these random regexes.
Reviewers: labath, JDevlieghere
Reviewed By: labath, JDevlieghere
Subscribers: jingham, lldb-commits
Tags: #lldb
Differential Revision: https://reviews.llvm.org/D74126
More information about the All-commits
mailing list