[all-commits] [llvm/llvm-project] dc46ae: [lldb] Add support to load object files from thin ...
Jacket via All-commits
all-commits at lists.llvm.org
Tue Jul 5 01:53:13 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: dc46ae6df5f769b80b56a30f6d77f962fa90833d
https://github.com/llvm/llvm-project/commit/dc46ae6df5f769b80b56a30f6d77f962fa90833d
Author: Kaining Zhong <zhongkaining.paxos at bytedance.com>
Date: 2022-07-05 (Tue, 05 Jul 2022)
Changed paths:
M lldb/source/Plugins/ObjectContainer/BSD-Archive/ObjectContainerBSDArchive.cpp
M lldb/source/Plugins/ObjectContainer/BSD-Archive/ObjectContainerBSDArchive.h
M lldb/test/API/functionalities/archives/Makefile
M lldb/test/API/functionalities/archives/TestBSDArchives.py
A lldb/test/API/functionalities/archives/c.c
M lldb/test/API/lit.cfg.py
M lldb/test/CMakeLists.txt
Log Message:
-----------
[lldb] Add support to load object files from thin archives
This fixes https://github.com/llvm/llvm-project/issues/50114 where lldb/mac
can't load object files from thin archives. This patch allows lldb to identify
thin archives, and load object files contained in them.
Differential Revision: https://reviews.llvm.org/D126464
More information about the All-commits
mailing list