[llvm-branch-commits] [libclc] release/20.x: [libclc] Disable external-calls testing for clspv targets (#127529) (PR #127597)

2025-02-18 Thread Michał Górny via llvm-branch-commits
https://github.com/mgorny approved this pull request. https://github.com/llvm/llvm-project/pull/127597 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [mlir] release/20.x: [mlir][CMake] Fix dependency on MLIRTestDialect in Transforms tests (#125894) (PR #126211)

2025-02-07 Thread Michał Górny via llvm-branch-commits
https://github.com/mgorny approved this pull request. https://github.com/llvm/llvm-project/pull/126211 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [flang] [mlir] release/20.x: Fixes for flang/mlir dependencies (PR #125837)

2025-02-05 Thread Michał Górny via llvm-branch-commits
https://github.com/mgorny approved this pull request. https://github.com/llvm/llvm-project/pull/125837 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [mlir] [mlir][cmake] Add missing MLIRTestDialect dependencies (PR #125834)

2025-02-05 Thread Michał Górny via llvm-branch-commits
@@ -27,7 +27,11 @@ add_mlir_library(MLIRTestIR TestVisitorsGeneric.cpp EXCLUDE_FROM_LIBMLIR + + DEPENDS mgorny wrote: Don't you need `LINK_LIBS` here too? https://github.com/llvm/llvm-project/pull/125834 ___ l

[llvm-branch-commits] [llvm] release/19.x: [cmake] Include GNUInstallDirs before using variables defined by it. (#83807) (PR #121410)

2025-01-06 Thread Michał Górny via llvm-branch-commits
https://github.com/mgorny closed https://github.com/llvm/llvm-project/pull/121410 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [llvm] release/19.x: [cmake] Include GNUInstallDirs before using variables defined by it. (#83807) (PR #121410)

2025-01-06 Thread Michał Górny via llvm-branch-commits
mgorny wrote: Replaced by #121755. https://github.com/llvm/llvm-project/pull/121410 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [llvm] [19.x] Backport standalone build fixes for offload (PR #118643)

2024-12-17 Thread Michał Górny via llvm-branch-commits
mgorny wrote: Thanks! Since it's a nice setup, and pretty much was broken before, I don't think there's a point in a release note. https://github.com/llvm/llvm-project/pull/118643 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org

[llvm-branch-commits] [llvm] [19.x] Backport standalone build fixes for offload (PR #118643)

2024-12-04 Thread Michał Górny via llvm-branch-commits
https://github.com/mgorny created https://github.com/llvm/llvm-project/pull/118643 Backport the changes from #104647 and part of the changes from #118173. Note that I've cherry-picked the individual changes here since merging #118173 wholesale makes automatic merge adds some stuff that weren't

[llvm-branch-commits] [llvm] [19.x] Backport standalone build fixes for offload (PR #118643)

2024-12-04 Thread Michał Górny via llvm-branch-commits
https://github.com/mgorny edited https://github.com/llvm/llvm-project/pull/118643 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [llvm] [19.x] Backport standalone build fixes for offload (PR #118643)

2024-12-04 Thread Michał Górny via llvm-branch-commits
https://github.com/mgorny milestoned https://github.com/llvm/llvm-project/pull/118643 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [libcxx] [libcxxabi] release/19.x: [libc++] Fix broken configuration system-libcxxabi on Apple (#110920) (PR #115892)

2024-11-15 Thread Michał Górny via llvm-branch-commits
mgorny wrote: > Can someone confirm that the CI test failures are not important in this case? It seems to be a timeout/CI problem ("agent lost"), rather than an actual failure. https://github.com/llvm/llvm-project/pull/115892 ___ llvm-branch-commits

[llvm-branch-commits] [clang] [llvm] [LLVM] [Clang] Backport "Support for Gentoo `*t64` triples (64-bit time_t ABIs)" (PR #112364)

2024-10-30 Thread Michał Górny via llvm-branch-commits
@@ -294,7 +294,11 @@ class Triple { PAuthTest, -LastEnvironmentType = PAuthTest +GNUT64, +GNUEABIT64, +GNUEABIHFT64, + +LastEnvironmentType = GNUEABIHFT64 mgorny wrote: For the record, Gentoo has already backported it to 18.x as well

[llvm-branch-commits] [clang] [llvm] [LLVM] [Clang] Backport "Support for Gentoo `*t64` triples (64-bit time_t ABIs)" (PR #112364)

2024-10-30 Thread Michał Górny via llvm-branch-commits
@@ -294,7 +294,11 @@ class Triple { PAuthTest, -LastEnvironmentType = PAuthTest +GNUT64, +GNUEABIT64, +GNUEABIHFT64, + +LastEnvironmentType = GNUEABIHFT64 mgorny wrote: The change wasn't meant to break API or ABI compatibility, and wh

[llvm-branch-commits] [compiler-rt] release/19.x: [compiler-rt] [test] Fix using toolchains that rely on Clang default configs (#113491) (PR #114229)

2024-10-30 Thread Michał Górny via llvm-branch-commits
https://github.com/mgorny approved this pull request. LGTM https://github.com/llvm/llvm-project/pull/114229 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [clang] [llvm] [LLVM] [Clang] Backport "Support for Gentoo `*t64` triples (64-bit time_t ABIs)" (PR #112364)

2024-10-29 Thread Michał Górny via llvm-branch-commits
mgorny wrote: Added support for Gentoo Linux triplets suffixed `-gnut64`, `-gnueabit64` and `-gnueabihft64`. On these targets, clang automatically defines `-D_TIME_BITS=64` to use 64-bit `time_t` type from glibc. https://github.com/llvm/llvm-project/pull/112364

[llvm-branch-commits] [clang] [llvm] [LLVM] [Clang] Backport "Support for Gentoo `*t64` triples (64-bit time_t ABIs)" (PR #112364)

2024-10-28 Thread Michał Górny via llvm-branch-commits
mgorny wrote: Just to clarify my concise reply (I was in a hurry): right now (FWICS since clang 17), clang rejects the host triplet we'd like to use as invalid, i.e.: ``` clang: error: version 't32' in target triple 'i686-pc-linux-gnut32' is invalid clang: error: no input files ``` So at least

[llvm-branch-commits] [clang] [llvm] [LLVM] [Clang] Backport "Support for Gentoo `*t64` triples (64-bit time_t ABIs)" (PR #112364)

2024-10-28 Thread Michał Górny via llvm-branch-commits
mgorny wrote: > Correct me if I am wrong, but this seems like an added feature and not a > regression or critical fix? it's a pretty big patch and while it's most > likely is "safe" it would still fall outside our current definition of > backports? Without this change, you can't use clang at

[llvm-branch-commits] [llvm] release/19.x: [NFC] fix build failure (#100993) (PR #112551)

2024-10-26 Thread Michał Górny via llvm-branch-commits
mgorny wrote: @arsenm, does the above comment answer your concerns? If so, could you please approve it before the next release. https://github.com/llvm/llvm-project/pull/112551 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org ht

[llvm-branch-commits] [compiler-rt] release/19.x: Undef _TIME_BITS along with _FILE_OFFSET_BITS (PR #112247)

2024-10-16 Thread Michał Górny via llvm-branch-commits
https://github.com/mgorny approved this pull request. https://github.com/llvm/llvm-project/pull/112247 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [llvm] release/19.x: [NFC] fix build failure (#100993) (PR #112551)

2024-10-16 Thread Michał Górny via llvm-branch-commits
mgorny wrote: CC @chenzheng1030 @aaronpuchert https://github.com/llvm/llvm-project/pull/112551 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [clang] [llvm] [LLVM] [Clang] Backport "Support for Gentoo `*t64` triples (64-bit time_t ABIs)" (PR #112364)

2024-10-15 Thread Michał Górny via llvm-branch-commits
https://github.com/mgorny milestoned https://github.com/llvm/llvm-project/pull/112364 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [clang] [llvm] [LLVM] [Clang] Backport "Support for Gentoo `*t64` triples (64-bit time_t ABIs)" (PR #112364)

2024-10-15 Thread Michał Górny via llvm-branch-commits
https://github.com/mgorny created https://github.com/llvm/llvm-project/pull/112364 This is a backport of 387b37af1aabf325e9be844361564dfad8d45c75 for 19.x, adjusted to add new Triple::EnvironmentType members at the end to avoid breaking backwards ABI compatibility. Gentoo is planning to intro

[llvm-branch-commits] release/19.x: [llvm-exegesis] Use correct rseq struct size (#100804) (PR #100885)

2024-07-29 Thread Michał Górny via llvm-branch-commits
mgorny wrote: I think it opened #100896 instead. Maybe it was because the other PR has `/cherry-pick` command twice. https://github.com/llvm/llvm-project/pull/100885 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists

[llvm-branch-commits] [llvm] release/19.x: [llvm-exegesis] Use correct rseq struct size (#100804) (PR #100896)

2024-07-27 Thread Michał Górny via llvm-branch-commits
https://github.com/mgorny approved this pull request. https://github.com/llvm/llvm-project/pull/100896 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [compiler-rt] [compiler-rt] [rtsan] Revert openat interceptor that breaks fortify-source builds (PR #100876)

2024-07-27 Thread Michał Górny via llvm-branch-commits
mgorny wrote: (I have confirmed that this fixes the build on top of 19.x branch for me) https://github.com/llvm/llvm-project/pull/100876 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/list

[llvm-branch-commits] [compiler-rt] [compiler-rt] [rtsan] Revert openat interceptor that breaks fortify-source builds (PR #100876)

2024-07-27 Thread Michał Górny via llvm-branch-commits
https://github.com/mgorny edited https://github.com/llvm/llvm-project/pull/100876 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [compiler-rt] [compiler-rt] [rtsan] Revert openat interceptor that breaks fortify-source builds (PR #100876)

2024-07-27 Thread Michał Górny via llvm-branch-commits
https://github.com/mgorny created https://github.com/llvm/llvm-project/pull/100876 Remove the openat interceptor from the 19.x branch, as it currently breaks builds against fortify-sources glibc, and full rtsan will not be included in this version anyway. Suggested by Chris Apple in https://g

[llvm-branch-commits] [compiler-rt] [compiler-rt] [rtsan] Revert openat interceptor that breaks fortify-source builds (PR #100876)

2024-07-27 Thread Michał Górny via llvm-branch-commits
https://github.com/mgorny milestoned https://github.com/llvm/llvm-project/pull/100876 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [openmp] Revert "release/18.x: [openmp] __kmp_x86_cpuid fix for i386/PIC builds. (#84626)" (PR #85527)

2024-03-16 Thread Michał Górny via llvm-branch-commits
https://github.com/mgorny milestoned https://github.com/llvm/llvm-project/pull/85527 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [clang] df3182a - [clang] [test] Skip hip-fpie-option.hip if default-pie

2022-02-25 Thread Michał Górny via llvm-branch-commits
Author: Michał Górny Date: 2022-02-25T21:02:00+01:00 New Revision: df3182a7df1913f8503fda9bb4553297f0b8571b URL: https://github.com/llvm/llvm-project/commit/df3182a7df1913f8503fda9bb4553297f0b8571b DIFF: https://github.com/llvm/llvm-project/commit/df3182a7df1913f8503fda9bb4553297f0b8571b.diff

[llvm-branch-commits] [llvm] 5aefc8d - [llvm] [cmake] Remove obsolete /usr/local hack for *BSD

2021-01-12 Thread Michał Górny via llvm-branch-commits
Author: Michał Górny Date: 2021-01-12T19:26:04+01:00 New Revision: 5aefc8dc4d14ad04259ab8ae0b2e0da2596d66f7 URL: https://github.com/llvm/llvm-project/commit/5aefc8dc4d14ad04259ab8ae0b2e0da2596d66f7 DIFF: https://github.com/llvm/llvm-project/commit/5aefc8dc4d14ad04259ab8ae0b2e0da2596d66f7.diff

[llvm-branch-commits] [lldb] b9bfe8a - [lldb] [debugserver] Add stN aliases for stmmN for compatibility

2021-01-06 Thread Michał Górny via llvm-branch-commits
Author: Michał Górny Date: 2021-01-07T02:10:38+01:00 New Revision: b9bfe8a75306b211dc53291d28a31c0f37be2a2c URL: https://github.com/llvm/llvm-project/commit/b9bfe8a75306b211dc53291d28a31c0f37be2a2c DIFF: https://github.com/llvm/llvm-project/commit/b9bfe8a75306b211dc53291d28a31c0f37be2a2c.diff

[llvm-branch-commits] [lldb] d5317b4 - [Process/NetBSD] Copy changes from FreeBSDRemote and reformat

2021-01-02 Thread Michał Górny via llvm-branch-commits
Author: Michał Górny Date: 2021-01-02T19:15:12+01:00 New Revision: d5317b41c5857df4d4b2a382abcd58b81d2dcb18 URL: https://github.com/llvm/llvm-project/commit/d5317b41c5857df4d4b2a382abcd58b81d2dcb18 DIFF: https://github.com/llvm/llvm-project/commit/d5317b41c5857df4d4b2a382abcd58b81d2dcb18.diff

[llvm-branch-commits] [lldb] bd2e833 - [lldb] [Process/FreeBSDRemote] Remove anonymous namespace

2020-12-21 Thread Michał Górny via llvm-branch-commits
Author: Michał Górny Date: 2020-12-21T22:26:54+01:00 New Revision: bd2e8ece6afa8a6c1975d19d403d63349414 URL: https://github.com/llvm/llvm-project/commit/bd2e8ece6afa8a6c1975d19d403d63349414 DIFF: https://github.com/llvm/llvm-project/commit/bd2e8ece6afa8a6c1975d19d403d63349414.diff

[llvm-branch-commits] [lldb] 9956233 - [lldb] [test] Update test status for NetBSD

2020-12-20 Thread Michał Górny via llvm-branch-commits
Author: Michał Górny Date: 2020-12-20T11:32:43+01:00 New Revision: 99562332e3de19da9da1714a58b5cc2d24724ef5 URL: https://github.com/llvm/llvm-project/commit/99562332e3de19da9da1714a58b5cc2d24724ef5 DIFF: https://github.com/llvm/llvm-project/commit/99562332e3de19da9da1714a58b5cc2d24724ef5.diff

[llvm-branch-commits] [lldb] 835f8de - [lldb] [Process/FreeBSDRemote] Use RegSetKind consistently [NFC]

2020-12-17 Thread Michał Górny via llvm-branch-commits
Author: Michał Górny Date: 2020-12-17T18:01:46+01:00 New Revision: 835f8de8508953f4624534e36d54cd256e8800c9 URL: https://github.com/llvm/llvm-project/commit/835f8de8508953f4624534e36d54cd256e8800c9 DIFF: https://github.com/llvm/llvm-project/commit/835f8de8508953f4624534e36d54cd256e8800c9.diff

[llvm-branch-commits] [lldb] 9ead4e7 - [lldb] [Process/FreeBSDRemote] Replace GetRegisterSetCount()

2020-12-17 Thread Michał Górny via llvm-branch-commits
Author: Michał Górny Date: 2020-12-17T18:01:14+01:00 New Revision: 9ead4e7b4a68d162122d861f5d5b6a3baf8d23c1 URL: https://github.com/llvm/llvm-project/commit/9ead4e7b4a68d162122d861f5d5b6a3baf8d23c1 DIFF: https://github.com/llvm/llvm-project/commit/9ead4e7b4a68d162122d861f5d5b6a3baf8d23c1.diff

[llvm-branch-commits] [lldb] 37f99a5 - [lldb] [unittests] Filter FreeBSD through CMake rather than #ifdef

2020-12-17 Thread Michał Górny via llvm-branch-commits
Author: Michał Górny Date: 2020-12-17T13:55:42+01:00 New Revision: 37f99a56065209627020428cecb78f55dfa90580 URL: https://github.com/llvm/llvm-project/commit/37f99a56065209627020428cecb78f55dfa90580 DIFF: https://github.com/llvm/llvm-project/commit/37f99a56065209627020428cecb78f55dfa90580.diff

[llvm-branch-commits] [lldb] 5644035 - [lldb] [unittests] Add tests for NetBSD register offsets/sizes

2020-12-17 Thread Michał Górny via llvm-branch-commits
Author: Michał Górny Date: 2020-12-17T13:55:42+01:00 New Revision: 56440359d093ea6f8e9c91064fdd47928cf07092 URL: https://github.com/llvm/llvm-project/commit/56440359d093ea6f8e9c91064fdd47928cf07092 DIFF: https://github.com/llvm/llvm-project/commit/56440359d093ea6f8e9c91064fdd47928cf07092.diff

[llvm-branch-commits] [lldb] dbfdb13 - [lldb] [POSIX-DYLD] Update the cached exe path after attach

2020-12-17 Thread Michał Górny via llvm-branch-commits
Author: Michał Górny Date: 2020-12-17T09:31:22+01:00 New Revision: dbfdb139f75470a9abc78e7c9faf743fdd963c2d URL: https://github.com/llvm/llvm-project/commit/dbfdb139f75470a9abc78e7c9faf743fdd963c2d DIFF: https://github.com/llvm/llvm-project/commit/dbfdb139f75470a9abc78e7c9faf743fdd963c2d.diff

[llvm-branch-commits] [lldb] 8666b90 - [lldb] [POSIX-DYLD] Add libraries from initial rendezvous brkpt hit

2020-12-17 Thread Michał Górny via llvm-branch-commits
Author: Michał Górny Date: 2020-12-17T09:31:10+01:00 New Revision: 8666b9057f23badfe90548297f3c01937daa4a9c URL: https://github.com/llvm/llvm-project/commit/8666b9057f23badfe90548297f3c01937daa4a9c DIFF: https://github.com/llvm/llvm-project/commit/8666b9057f23badfe90548297f3c01937daa4a9c.diff

[llvm-branch-commits] [lldb] 0cd8686 - [lldb] [Process/FreeBSD] Add more 'override' keywords

2020-12-13 Thread Michał Górny via llvm-branch-commits
Author: Michał Górny Date: 2020-12-13T09:59:32+01:00 New Revision: 0cd8686043f962d20395fde382af3af14042d4ed URL: https://github.com/llvm/llvm-project/commit/0cd8686043f962d20395fde382af3af14042d4ed DIFF: https://github.com/llvm/llvm-project/commit/0cd8686043f962d20395fde382af3af14042d4ed.diff

[llvm-branch-commits] [lldb] 25c40a4 - [lldb] [docs] Add a manpage for lldb-server

2020-12-10 Thread Michał Górny via llvm-branch-commits
Author: Michał Górny Date: 2020-12-10T15:02:25+01:00 New Revision: 25c40a45999e59e3b2902cd91373cd47e7a93488 URL: https://github.com/llvm/llvm-project/commit/25c40a45999e59e3b2902cd91373cd47e7a93488 DIFF: https://github.com/llvm/llvm-project/commit/25c40a45999e59e3b2902cd91373cd47e7a93488.diff

[llvm-branch-commits] [lldb] 733e2ae - Revert "[lldb] [POSIX-DYLD] Add libraries from initial eTakeSnapshot action"

2020-12-07 Thread Michał Górny via llvm-branch-commits
Author: Michał Górny Date: 2020-12-07T15:58:49+01:00 New Revision: 733e2ae8cdf3d13e0a1ef9878e8500f446ffa699 URL: https://github.com/llvm/llvm-project/commit/733e2ae8cdf3d13e0a1ef9878e8500f446ffa699 DIFF: https://github.com/llvm/llvm-project/commit/733e2ae8cdf3d13e0a1ef9878e8500f446ffa699.diff

[llvm-branch-commits] [lldb] cf884c1 - [lldb] [test] Remove duplicate xfail for Testtypedef

2020-12-07 Thread Michał Górny via llvm-branch-commits
Author: Michał Górny Date: 2020-12-07T11:22:06+01:00 New Revision: cf884c1035c79973e7297fcd13495b78e00ef919 URL: https://github.com/llvm/llvm-project/commit/cf884c1035c79973e7297fcd13495b78e00ef919 DIFF: https://github.com/llvm/llvm-project/commit/cf884c1035c79973e7297fcd13495b78e00ef919.diff

[llvm-branch-commits] [lldb] 77f0ea4 - [lldb] [test] Fix continue_to_breakpoint() args in TestThreadStepOut

2020-12-07 Thread Michał Górny via llvm-branch-commits
Author: Michał Górny Date: 2020-12-07T09:56:51+01:00 New Revision: 77f0ea4b5b978c7caa0788ae8b1a2429089021bd URL: https://github.com/llvm/llvm-project/commit/77f0ea4b5b978c7caa0788ae8b1a2429089021bd DIFF: https://github.com/llvm/llvm-project/commit/77f0ea4b5b978c7caa0788ae8b1a2429089021bd.diff

[llvm-branch-commits] [lldb] 276638e - [lldb] [Process/FreeBSDRemote] Implement GetLoadedModuleFileSpec() and GetFileLoadAddress()

2020-12-07 Thread Michał Górny via llvm-branch-commits
Author: Michał Górny Date: 2020-12-07T09:56:51+01:00 New Revision: 276638ecaf226a9931c55e835f18b592bdfbea86 URL: https://github.com/llvm/llvm-project/commit/276638ecaf226a9931c55e835f18b592bdfbea86 DIFF: https://github.com/llvm/llvm-project/commit/276638ecaf226a9931c55e835f18b592bdfbea86.diff

[llvm-branch-commits] [lldb] 09b0883 - [lldb] [POSIX-DYLD] Add libraries from initial eTakeSnapshot action

2020-12-07 Thread Michał Górny via llvm-branch-commits
Author: Michał Górny Date: 2020-12-07T09:56:51+01:00 New Revision: 09b08833f301ea375137931d26b7193101f82ceb URL: https://github.com/llvm/llvm-project/commit/09b08833f301ea375137931d26b7193101f82ceb DIFF: https://github.com/llvm/llvm-project/commit/09b08833f301ea375137931d26b7193101f82ceb.diff

[llvm-branch-commits] [lldb] 1a1cc0b - [lldb] [Platform/POSIX] Use gdb-remote plugin when attaching

2020-12-07 Thread Michał Górny via llvm-branch-commits
Author: Michał Górny Date: 2020-12-07T09:56:51+01:00 New Revision: 1a1cc0ba7db549025ab1a504633ae4554042fd60 URL: https://github.com/llvm/llvm-project/commit/1a1cc0ba7db549025ab1a504633ae4554042fd60 DIFF: https://github.com/llvm/llvm-project/commit/1a1cc0ba7db549025ab1a504633ae4554042fd60.diff

[llvm-branch-commits] [lldb] 266c90f - [lldb] [test] Link FreeBSD test failures to bugs

2020-12-07 Thread Michał Górny via llvm-branch-commits
Author: Michał Górny Date: 2020-12-07T09:56:50+01:00 New Revision: 266c90fec899356aa2c88f1e614d40d554db6fb3 URL: https://github.com/llvm/llvm-project/commit/266c90fec899356aa2c88f1e614d40d554db6fb3 DIFF: https://github.com/llvm/llvm-project/commit/266c90fec899356aa2c88f1e614d40d554db6fb3.diff

[llvm-branch-commits] [lldb] e1f613c - [lldb] [test] Reenable two passing tests on FreeBSD

2020-12-01 Thread Michał Górny via llvm-branch-commits
Author: Michał Górny Date: 2020-12-01T23:25:45+01:00 New Revision: e1f613ce3c61d0664fd3cff663f290cf1c2b9696 URL: https://github.com/llvm/llvm-project/commit/e1f613ce3c61d0664fd3cff663f290cf1c2b9696 DIFF: https://github.com/llvm/llvm-project/commit/e1f613ce3c61d0664fd3cff663f290cf1c2b9696.diff

[llvm-branch-commits] [lldb] a8f6f4e - [lldb] [test] Restore Windows-skip on 'process connect' tests

2020-11-23 Thread Michał Górny via llvm-branch-commits
Author: Michał Górny Date: 2020-11-23T14:27:32+01:00 New Revision: a8f6f4e8733cd601246ddc3e391cd82236231846 URL: https://github.com/llvm/llvm-project/commit/a8f6f4e8733cd601246ddc3e391cd82236231846 DIFF: https://github.com/llvm/llvm-project/commit/a8f6f4e8733cd601246ddc3e391cd82236231846.diff

[llvm-branch-commits] [lldb] 18e4272 - [lldb] Prevent 'process connect' from using local-only plugins

2020-11-23 Thread Michał Górny via llvm-branch-commits
Author: Michał Górny Date: 2020-11-23T09:48:55+01:00 New Revision: 18e4272a4fe4667a44f4d323140645a83ddfd864 URL: https://github.com/llvm/llvm-project/commit/18e4272a4fe4667a44f4d323140645a83ddfd864 DIFF: https://github.com/llvm/llvm-project/commit/18e4272a4fe4667a44f4d323140645a83ddfd864.diff

[llvm-branch-commits] [lldb] 8018e7b - [lldb] [Process/FreeBSDRemote] Fix regset names and related tests

2020-11-23 Thread Michał Górny via llvm-branch-commits
Author: Michał Górny Date: 2020-11-23T09:28:20+01:00 New Revision: 8018e7b447dacb37a520fe989ab42c0586730961 URL: https://github.com/llvm/llvm-project/commit/8018e7b447dacb37a520fe989ab42c0586730961 DIFF: https://github.com/llvm/llvm-project/commit/8018e7b447dacb37a520fe989ab42c0586730961.diff

[llvm-branch-commits] [lldb] 9367b57 - [lldb] [test] Fix qRegisterInfo lldb-server tests to handle missing registers

2020-11-23 Thread Michał Górny via llvm-branch-commits
Author: Michał Górny Date: 2020-11-23T09:26:23+01:00 New Revision: 9367b57dadb7a8515fa454cb4bb8e4cc45bf57d2 URL: https://github.com/llvm/llvm-project/commit/9367b57dadb7a8515fa454cb4bb8e4cc45bf57d2 DIFF: https://github.com/llvm/llvm-project/commit/9367b57dadb7a8515fa454cb4bb8e4cc45bf57d2.diff

[llvm-branch-commits] [lldb] 8f2f9a8 - [lldb] [Process/Utility] Declare register overlaps between ST and MM

2020-11-23 Thread Michał Górny via llvm-branch-commits
Author: Michał Górny Date: 2020-11-23T09:23:14+01:00 New Revision: 8f2f9a82e2cc333d36ddd1b6bb0523623e065cdc URL: https://github.com/llvm/llvm-project/commit/8f2f9a82e2cc333d36ddd1b6bb0523623e065cdc DIFF: https://github.com/llvm/llvm-project/commit/8f2f9a82e2cc333d36ddd1b6bb0523623e065cdc.diff

[llvm-branch-commits] [lldb] 7b7c372 - [lldb] [Process/FreeBSD] Add missing 'override' kws to POSIXStopInfo

2020-11-23 Thread Michał Górny via llvm-branch-commits
Author: Michał Górny Date: 2020-11-23T09:22:41+01:00 New Revision: 7b7c372e3fcadfd5ee6ab3fb68d9f0f1c25e0247 URL: https://github.com/llvm/llvm-project/commit/7b7c372e3fcadfd5ee6ab3fb68d9f0f1c25e0247 DIFF: https://github.com/llvm/llvm-project/commit/7b7c372e3fcadfd5ee6ab3fb68d9f0f1c25e0247.diff

[llvm-branch-commits] [lldb] 8aea95f - [lldb] Reland "Use translated full ftag values"

2020-11-21 Thread Michał Górny via llvm-branch-commits
Author: Michał Górny Date: 2020-11-21T17:11:38+01:00 New Revision: 8aea95f3cb4ef72cc9146ca5a01af15f036acd19 URL: https://github.com/llvm/llvm-project/commit/8aea95f3cb4ef72cc9146ca5a01af15f036acd19 DIFF: https://github.com/llvm/llvm-project/commit/8aea95f3cb4ef72cc9146ca5a01af15f036acd19.diff