[Lldb-commits] [PATCH] D144509: [CMake] Bumps minimum version to 3.20.0.

2023-02-22 Thread Mark de Wever via Phabricator via lldb-commits
Mordante updated this revision to Diff 499569. Mordante added a comment. Herald added a subscriber: mstorsjo. Try to fix AIX CI. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D144509/new/ https://reviews.llvm.org/D144509 Files: bolt/runtime/CMake

[Lldb-commits] [PATCH] D138618: [LLDB] Enable 64 bit debug/type offset

2023-02-22 Thread Alexander Yermolovich via Phabricator via lldb-commits
ayermolo updated this revision to Diff 499601. ayermolo added a comment. removed two more asserts. It made one of the tests fail as "Unresolved". Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D138618/new/ https://reviews.llvm.org/D138618 Files: l

[Lldb-commits] [lldb] 34a8e6e - [LLDB] Enable 64 bit debug/type offset

2023-02-22 Thread Alexander Yermolovich via lldb-commits
Author: Alexander Yermolovich Date: 2023-02-22T11:34:00-08:00 New Revision: 34a8e6eee666fe1e67b8b689abe5e4e95bf6b166 URL: https://github.com/llvm/llvm-project/commit/34a8e6eee666fe1e67b8b689abe5e4e95bf6b166 DIFF: https://github.com/llvm/llvm-project/commit/34a8e6eee666fe1e67b8b689abe5e4e95bf6b1

[Lldb-commits] [PATCH] D138618: [LLDB] Enable 64 bit debug/type offset

2023-02-22 Thread Alexander Yermolovich via Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rG34a8e6eee666: [LLDB] Enable 64 bit debug/type offset (authored by ayermolo). Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D138618/new/ https://reviews.llvm.

[Lldb-commits] [PATCH] D144528: [lldb] Warn when Mach-O files have overlapping segments

2023-02-22 Thread Jason Molenda via Phabricator via lldb-commits
jasonmolenda accepted this revision. jasonmolenda added a comment. I'm OK with giving this a try. SectionLoadList::SetSectionLoadAddress specifically notes that there are cases were sections overlap in the virtual address space. All of the binaries in the shared cache have a single LINKEDIT s

[Lldb-commits] [PATCH] D144528: [lldb] Warn when Mach-O files have overlapping segments

2023-02-22 Thread Alex Langford via Phabricator via lldb-commits
bulbazord added a comment. In D144528#4145593 , @jasonmolenda wrote: > I'm OK with giving this a try. SectionLoadList::SetSectionLoadAddress > specifically notes that there are cases were sections overlap in the virtual > address space. All of the bi

[Lldb-commits] [PATCH] D144528: [lldb] Warn when Mach-O files have overlapping segments

2023-02-22 Thread Jason Molenda via Phabricator via lldb-commits
jasonmolenda added a comment. In D144528#4145610 , @bulbazord wrote: > In D144528#4145593 , @jasonmolenda > wrote: > >> >> tl;dr it's fine if LINKEDIT's "overlap" because lldb will never need to take >> an a

[Lldb-commits] [lldb] cee05ee - [lldb] Warn when Mach-O files have overlapping segments

2023-02-22 Thread Alex Langford via lldb-commits
Author: Alex Langford Date: 2023-02-22T13:22:15-08:00 New Revision: cee05eed2f478630b5435070bdefe06156dc5035 URL: https://github.com/llvm/llvm-project/commit/cee05eed2f478630b5435070bdefe06156dc5035 DIFF: https://github.com/llvm/llvm-project/commit/cee05eed2f478630b5435070bdefe06156dc5035.diff

[Lldb-commits] [PATCH] D144528: [lldb] Warn when Mach-O files have overlapping segments

2023-02-22 Thread Alex Langford via Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rGcee05eed2f47: [lldb] Warn when Mach-O files have overlapping segments (authored by bulbazord). Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D144528/new/ htt

[Lldb-commits] [PATCH] D138618: [LLDB] Enable 64 bit debug/type offset

2023-02-22 Thread Alexander Yermolovich via Phabricator via lldb-commits
ayermolo added a comment. https://green.lab.llvm.org/green/job/lldb-cmake/51484/ passed. There were other built bots failures, but looks like it was built failure related to other diff that was part of testing. Since I only changed things on mac side, and previously other built bots passed, fing

[Lldb-commits] [PATCH] D138618: [LLDB] Enable 64 bit debug/type offset

2023-02-22 Thread Med Ismail Bennani via Phabricator via lldb-commits
mib added a comment. In D138618#4145644 , @ayermolo wrote: > https://green.lab.llvm.org/green/job/lldb-cmake/51484/ passed. > There were other built bots failures, but looks like it was built failure > related to other diff that was part of testing. Sinc

[Lldb-commits] [PATCH] D138618: [LLDB] Enable 64 bit debug/type offset

2023-02-22 Thread Alexander Yermolovich via Phabricator via lldb-commits
ayermolo added a comment. In D138618#4145804 , @mib wrote: > In D138618#4145644 , @ayermolo > wrote: > >> https://green.lab.llvm.org/green/job/lldb-cmake/51484/ passed. >> There were other built bots failures, bu

[Lldb-commits] [lldb] 42ecceb - [lldb] Fix -Wformat in DWARFDebugAranges.cpp (NFC)

2023-02-22 Thread Jie Fu via lldb-commits
Author: Jie Fu Date: 2023-02-23T07:28:38+08:00 New Revision: 42ecceb76bfad21acc589cae0f25110f28006c3a URL: https://github.com/llvm/llvm-project/commit/42ecceb76bfad21acc589cae0f25110f28006c3a DIFF: https://github.com/llvm/llvm-project/commit/42ecceb76bfad21acc589cae0f25110f28006c3a.diff LOG: [

[Lldb-commits] [PATCH] D142241: Don't use CLANG_LIBS and LINK_COMPONENTS in lldb/tools/lldb-instr/CMakeLists.txt

2023-02-22 Thread Heejin Ahn via Phabricator via lldb-commits
aheejin added a comment. Friendly ping 😅 Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D142241/new/ https://reviews.llvm.org/D142241 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists