[Lldb-commits] [lldb] lldb: Fix some tests that fail with system libstdc++ (PR #106885)

2024-08-31 Thread via lldb-commits
llvmbot wrote: @llvm/pr-subscribers-lldb Author: Tom Stellard (tstellar) Changes This is a revert of b1fcc1840c312472cb9ccb8c4e5e02ca13b31113. These tests weren't working on Ubuntu 22.04 or Fedora 37-40. I'm not sure exactly why, but it seems like they may be incompatible with libstdc++

[Lldb-commits] [lldb] lldb: Fix some tests that fail with system libstdc++ (PR #106885)

2024-08-31 Thread Tom Stellard via lldb-commits
https://github.com/tstellar created https://github.com/llvm/llvm-project/pull/106885 This is a revert of b1fcc1840c312472cb9ccb8c4e5e02ca13b31113. These tests weren't working on Ubuntu 22.04 or Fedora 37-40. I'm not sure exactly why, but it seems like they may be incompatible with libstdc++.

[Lldb-commits] [clang] [clang-tools-extra] [lld] [lldb] [llvm] [mlir] [polly] [NFC] Add explicit #include llvm-config.h where its macros are used. (PR #106810)

2024-08-31 Thread Daniil Fukalov via lldb-commits
https://github.com/dfukalov edited https://github.com/llvm/llvm-project/pull/106810 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] [lldb] Change the implementation of Status to store an llvm::Error (NFC) (PR #106774)

2024-08-31 Thread Jonas Devlieghere via lldb-commits
@@ -97,7 +97,7 @@ class LLDB_API SBError { friend class lldb_private::ScriptInterpreter; friend class lldb_private::python::SWIGBridge; - SBError(const lldb_private::Status &error); + SBError(lldb_private::Status &&error); JDevlieghere wrote: IIRC we ha

[Lldb-commits] [lldb] [lldb] Change ValueObject::AddressOf() to return Expected (NFC) (PR #106831)

2024-08-31 Thread AbdAlRahman Gad via lldb-commits
AbdAlRahmanGad wrote: @adrian-prantl https://github.com/llvm/llvm-project/pull/106831 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] [lldb] Change ValueObject::AddressOf() to return Expected (NFC) (PR #106831)

2024-08-31 Thread via lldb-commits
llvmbot wrote: @llvm/pr-subscribers-lldb Author: AbdAlRahman Gad (AbdAlRahmanGad) Changes --- Full diff: https://github.com/llvm/llvm-project/pull/106831.diff 19 Files Affected: - (modified) lldb/include/lldb/Core/ValueObject.h (+1-1) - (modified) lldb/include/lldb/Core/ValueObjectCo

[Lldb-commits] [lldb] [lldb] Change ValueObject::AddressOf() to return Expected (NFC) (PR #106831)

2024-08-31 Thread AbdAlRahman Gad via lldb-commits
https://github.com/AbdAlRahmanGad ready_for_review https://github.com/llvm/llvm-project/pull/106831 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] [lldb] Change ValueObject::AddressOf() to return Expected (NFC) (PR #106831)

2024-08-31 Thread AbdAlRahman Gad via lldb-commits
https://github.com/AbdAlRahmanGad updated https://github.com/llvm/llvm-project/pull/106831 >From aeb2b3380c4aea636812fd37c19b5ca920d98806 Mon Sep 17 00:00:00 2001 From: AbdAlRahman Gad Date: Sat, 31 Aug 2024 10:11:39 +0300 Subject: [PATCH] [lldb] Change ValueObject::AddressOf() to return Expect

[Lldb-commits] [lldb] [lldb] Change ValueObject::AddressOf() to return Expected (NFC) (PR #106831)

2024-08-31 Thread AbdAlRahman Gad via lldb-commits
https://github.com/AbdAlRahmanGad updated https://github.com/llvm/llvm-project/pull/106831 >From aeb2b3380c4aea636812fd37c19b5ca920d98806 Mon Sep 17 00:00:00 2001 From: AbdAlRahman Gad Date: Sat, 31 Aug 2024 10:11:39 +0300 Subject: [PATCH] [lldb] Change ValueObject::AddressOf() to return Expect

[Lldb-commits] [lldb] [lldb] Change ValueObject::AddressOf() to return Expected (NFC) (PR #106831)

2024-08-31 Thread via lldb-commits
github-actions[bot] wrote: Thank you for submitting a Pull Request (PR) to the LLVM Project! This PR will be automatically labeled and the relevant teams will be notified. If you wish to, you can add reviewers by using the "Reviewers" section on this page. If this is not working for you, it

[Lldb-commits] [lldb] [lldb] Change ValueObject::AddressOf() to return Expected (NFC) (PR #106831)

2024-08-31 Thread AbdAlRahman Gad via lldb-commits
https://github.com/AbdAlRahmanGad created https://github.com/llvm/llvm-project/pull/106831 None >From aeb2b3380c4aea636812fd37c19b5ca920d98806 Mon Sep 17 00:00:00 2001 From: AbdAlRahman Gad Date: Sat, 31 Aug 2024 10:11:39 +0300 Subject: [PATCH] [lldb] Change ValueObject::AddressOf() to return