[Lldb-commits] [compiler-rt] [lldb] [llvm] Rename config.host_os to config.target_os. (PR #149015)

2025-07-17 Thread Peter Collingbourne via lldb-commits
pcc wrote: Should now be fixed: e68efed71ba818a9eb18a2baede922e1e2ff9a46 Verified that check-asan runs. https://github.com/llvm/llvm-project/pull/149015 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/l

[Lldb-commits] [compiler-rt] [lldb] [llvm] Rename config.host_os to config.target_os. (PR #149015)

2025-07-17 Thread Peter Collingbourne via lldb-commits
https://github.com/pcc closed https://github.com/llvm/llvm-project/pull/149015 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] c314f5e - ObjectFileELF: Test whether reloc_header is non-null instead of asserting.

2021-02-11 Thread Peter Collingbourne via lldb-commits
Author: Peter Collingbourne Date: 2021-02-11T15:05:18-08:00 New Revision: c314f5ede8249ef20fff1de45c2c31156b1950d4 URL: https://github.com/llvm/llvm-project/commit/c314f5ede8249ef20fff1de45c2c31156b1950d4 DIFF: https://github.com/llvm/llvm-project/commit/c314f5ede8249ef20fff1de45c2c31156b1950d4

[Lldb-commits] [lldb] 7e5a187 - CrashReason: Add MTE tag check faults to the list of crash reasons.

2020-12-29 Thread Peter Collingbourne via lldb-commits
Author: Peter Collingbourne Date: 2020-12-29T14:36:50-08:00 New Revision: 7e5a187de31358741f9868cdee7b0c63c1343d8d URL: https://github.com/llvm/llvm-project/commit/7e5a187de31358741f9868cdee7b0c63c1343d8d DIFF: https://github.com/llvm/llvm-project/commit/7e5a187de31358741f9868cdee7b0c63c1343d8d

[Lldb-commits] [lldb] r315378 - Support: Have directory_iterator::status() return FindFirstFileEx/FindNextFile results on Windows.

2017-10-10 Thread Peter Collingbourne via lldb-commits
Author: pcc Date: Tue Oct 10 15:19:46 2017 New Revision: 315378 URL: http://llvm.org/viewvc/llvm-project?rev=315378&view=rev Log: Support: Have directory_iterator::status() return FindFirstFileEx/FindNextFile results on Windows. This allows clients to avoid an unnecessary fs::status() call on ea