[all-commits] [llvm/llvm-project] b773da: [lldb][test] Use $(STRIP) instead of strip in API ...
Vladislav Dzhidzhoev via All-commits
all-commits at lists.llvm.org
Thu Oct 10 05:21:47 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b773da0c5eed06f21f4caeea5eae47cacefb376c
https://github.com/llvm/llvm-project/commit/b773da0c5eed06f21f4caeea5eae47cacefb376c
Author: Vladislav Dzhidzhoev <vdzhidzhoev at accesssoftek.com>
Date: 2024-10-10 (Thu, 10 Oct 2024)
Changed paths:
M lldb/packages/Python/lldbsuite/test/builders/builder.py
M lldb/test/API/lang/objc/hidden-ivars/Makefile
M lldb/test/API/lang/objc/objc-ivar-stripped/Makefile
M lldb/test/API/lang/objc/objc-static-method-stripped/Makefile
M lldb/test/API/macosx/add-dsym/Makefile
M lldb/test/API/tools/lldb-dap/module/Makefile
M lldb/test/API/tools/lldb-dap/terminated-event/Makefile
Log Message:
-----------
[lldb][test] Use $(STRIP) instead of strip in API tests (Darwin-only change) (#111816)
This makes tests more portable.
Make variables for LLVM utils are passed to `make` on Darwin as well.
Co-authored-by: Vladimir Vereschaka <vvereschaka at accesssoftek.com>
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list