[all-commits] [llvm/llvm-project] 4e80c5: [lldb][tests] Fix passing pthread library to a lin...
Vladislav Dzhidzhoev via All-commits
all-commits at lists.llvm.org
Wed Dec 4 07:55:51 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4e80c532c613cc93a43dcf71eaf6a30f96c27b6c
https://github.com/llvm/llvm-project/commit/4e80c532c613cc93a43dcf71eaf6a30f96c27b6c
Author: Vladislav Dzhidzhoev <vdzhidzhoev at accesssoftek.com>
Date: 2024-12-04 (Wed, 04 Dec 2024)
Changed paths:
M lldb/test/API/commands/register/register/aarch64_sme_z_registers/za_dynamic_resize/Makefile
M lldb/test/API/commands/register/register/aarch64_sve_registers/rw_access_dynamic_resize/Makefile
M lldb/test/API/functionalities/process_save_core_minidump/Makefile
M lldb/test/API/tools/lldb-dap/threads/Makefile
Log Message:
-----------
[lldb][tests] Fix passing pthread library to a linker for some API tests (#118530)
Specify ENABLE_THREADS := YES within test's Makefile instead of passing
-lpthread explicitly via the compiler's CFLAGS options.
Refactoring fix.
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