[Lldb-commits] [lldb] ff85dcb - [lldb] Remove PlatformDarwin::GetCompatibleArch helper

2022-01-15 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2022-01-15T09:51:16-08:00 New Revision: ff85dcb1c5b01411a6f9f2dc4c0e087467411f50 URL: https://github.com/llvm/llvm-project/commit/ff85dcb1c5b01411a6f9f2dc4c0e087467411f50 DIFF: https://github.com/llvm/llvm-project/commit/ff85dcb1c5b01411a6f9f2dc4c0e087467411f50.d

[Lldb-commits] [lldb] a7e7f54 - [lldb] Remove anon struct from frame-var-anon-unions test

2022-01-15 Thread Dave Lee via lldb-commits
Author: Dave Lee Date: 2022-01-15T10:20:52-08:00 New Revision: a7e7f541c0813e9d3f6c641ad8ff89619ec749d8 URL: https://github.com/llvm/llvm-project/commit/a7e7f541c0813e9d3f6c641ad8ff89619ec749d8 DIFF: https://github.com/llvm/llvm-project/commit/a7e7f541c0813e9d3f6c641ad8ff89619ec749d8.diff LOG:

[Lldb-commits] [PATCH] D116863: [lldb] Remove anon struct from frame-var-anon-unions test

2022-01-15 Thread Dave Lee via Phabricator via lldb-commits
This revision was not accepted when it landed; it landed in state "Needs Review". This revision was automatically updated to reflect the committed changes. Closed by commit rGa7e7f541c081: [lldb] Remove anon struct from frame-var-anon-unions test (authored by kastiglione). Repository: rG LLVM

Re: [Lldb-commits] [PATCH] D116972: [lldb] Run the test suite in verbose mode

2022-01-15 Thread Jonas Devlieghere via lldb-commits
Hey Galina, Seems like this didn't take effect until the buildbots got rebooted, which seems to have happened last night. Apparently my patch broke all the buildbots because the jobs variable was not what I thought it was... Anyway, I've removed the offending code in 4d68a096efc7b5ad0d55cf6422596

[Lldb-commits] [lldb] a6469cd - [lldb] Correctly display the number of types found

2022-01-15 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2022-01-15T10:31:49-08:00 New Revision: a6469cdbc426437dcb8442ae398f0a863336de37 URL: https://github.com/llvm/llvm-project/commit/a6469cdbc426437dcb8442ae398f0a863336de37 DIFF: https://github.com/llvm/llvm-project/commit/a6469cdbc426437dcb8442ae398f0a863336de37.d

[Lldb-commits] [lldb] 62af3eb - [CMake][LLDB] Resolve install conflict when `LLDB_BUILD_FRAMEWORK=ON`

2022-01-15 Thread Jonas Devlieghere via lldb-commits
Author: paperchalice Date: 2022-01-15T10:43:05-08:00 New Revision: 62af3eb2599d91c6d6f4f02ccae2d47d106be64e URL: https://github.com/llvm/llvm-project/commit/62af3eb2599d91c6d6f4f02ccae2d47d106be64e DIFF: https://github.com/llvm/llvm-project/commit/62af3eb2599d91c6d6f4f02ccae2d47d106be64e.diff

[Lldb-commits] [PATCH] D116853: [CMake][LLDB] Resolve install conflict when `LLDB_BUILD_FRAMEWORK=ON`

2022-01-15 Thread Jonas Devlieghere via Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rG62af3eb2599d: [CMake][LLDB] Resolve install conflict when `LLDB_BUILD_FRAMEWORK=ON` (authored by paperchalice, committed by JDevlieghere). Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION

[Lldb-commits] [lldb] 0b010ef - [lldb] Use PlatformMacOSX for Mac Catalyst

2022-01-15 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2022-01-15T11:42:29-08:00 New Revision: 0b010ef7b653bbc9f4beef6b03e877911d206de6 URL: https://github.com/llvm/llvm-project/commit/0b010ef7b653bbc9f4beef6b03e877911d206de6 DIFF: https://github.com/llvm/llvm-project/commit/0b010ef7b653bbc9f4beef6b03e877911d206de6.d

[Lldb-commits] [lldb] 696f970 - [lldb] Set result error state in 'frame variable'

2022-01-15 Thread Dave Lee via lldb-commits
Author: Dave Lee Date: 2022-01-15T14:20:12-08:00 New Revision: 696f9706f34d76bca8f8d496eabe1a67b60e8a54 URL: https://github.com/llvm/llvm-project/commit/696f9706f34d76bca8f8d496eabe1a67b60e8a54 DIFF: https://github.com/llvm/llvm-project/commit/696f9706f34d76bca8f8d496eabe1a67b60e8a54.diff LOG:

[Lldb-commits] [PATCH] D116972: [lldb] Run the test suite in verbose mode

2022-01-15 Thread Galina via Phabricator via lldb-commits
gkistanova added inline comments. Comment at: zorg/buildbot/builders/LLDBBuilder.py:72 "-DCMAKE_BUILD_TYPE=" + config, +"-DLLVM_LIT_ARGS='%s'" % lit_args, "-DCMAKE_INSTALL_PREFIX=../install", To work as expected, this line should be wrap