[Lldb-commits] [PATCH] D74126: [lldb] Remove all 'clean' targets from test Makefiles
Raphael Isemann via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu Feb 6 06:17:49 PST 2020
teemperor created this revision.
teemperor added reviewers: labath, JDevlieghere.
Herald added a project: LLDB.
Herald added a subscriber: lldb-commits.
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.
Repository:
rLLDB LLDB
https://reviews.llvm.org/D74126
Files:
lldb/packages/Python/lldbsuite/test/api/multithreaded/Makefile
lldb/packages/Python/lldbsuite/test/commands/expression/call-function/Makefile
lldb/packages/Python/lldbsuite/test/commands/expression/call-overridden-method/Makefile
lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/comp_dir_symlink/Makefile
lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/synthupdate/Makefile
lldb/packages/Python/lldbsuite/test/functionalities/fat_archives/Makefile
lldb/packages/Python/lldbsuite/test/functionalities/memory-region/Makefile
lldb/packages/Python/lldbsuite/test/functionalities/tail_call_frames/cross_dso/Makefile
lldb/packages/Python/lldbsuite/test/functionalities/target_var/Makefile
lldb/packages/Python/lldbsuite/test/lang/c/conflicting-symbol/Makefile
lldb/packages/Python/lldbsuite/test/lang/cpp/char1632_t/Makefile
lldb/packages/Python/lldbsuite/test/lang/cpp/enum_types/Makefile
lldb/packages/Python/lldbsuite/test/lang/cpp/stl/Makefile
lldb/packages/Python/lldbsuite/test/lang/cpp/unicode-literals/Makefile
lldb/packages/Python/lldbsuite/test/lang/cpp/wchar_t/Makefile
lldb/packages/Python/lldbsuite/test/lang/objc/objc-ivar-stripped/Makefile
lldb/packages/Python/lldbsuite/test/lang/objc/objc-static-method-stripped/Makefile
lldb/packages/Python/lldbsuite/test/linux/add-symbols/Makefile
lldb/packages/Python/lldbsuite/test/linux/mix-dwo-and-regular-objects/Makefile
lldb/packages/Python/lldbsuite/test/linux/sepdebugsymlink/Makefile
lldb/packages/Python/lldbsuite/test/macosx/find-app-in-bundle/Makefile
lldb/packages/Python/lldbsuite/test/macosx/find-dsym/bundle-with-dot-in-filename/Makefile
lldb/packages/Python/lldbsuite/test/macosx/find-dsym/deep-bundle/Makefile
lldb/packages/Python/lldbsuite/test/macosx/universal/Makefile
lldb/packages/Python/lldbsuite/test/python_api/findvalue_duplist/Makefile
lldb/packages/Python/lldbsuite/test/python_api/formatters/Makefile
lldb/packages/Python/lldbsuite/test/python_api/sbvalue_persist/Makefile
lldb/packages/Python/lldbsuite/test/source-manager/Makefile
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D74126.242887.patch
Type: text/x-patch
Size: 13027 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20200206/20b728fb/attachment-0001.bin>
More information about the lldb-commits
mailing list