mizvekov wrote:
@rnk FYI this was reverted
https://github.com/llvm/llvm-project/pull/133545
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
llvm-ci wrote:
LLVM Buildbot has detected a new failure on builder `lldb-aarch64-windows`
running on `linaro-armv8-windows-msvc-05` while building `clang` at step 6
"test".
Full details are available at:
https://lab.llvm.org/buildbot/#/builders/141/builds/7528
Here is the relevant piece of
llvm-ci wrote:
LLVM Buildbot has detected a new failure on builder
`clang-ppc64le-linux-multistage` running on `ppc64le-clang-multistage-test`
while building `clang` at step 5 "ninja check 1".
Full details are available at:
https://lab.llvm.org/buildbot/#/builders/76/builds/8375
Here is the
https://github.com/petrhosek approved this pull request.
This is definitely an improvement over status quo! Ideally, developers wouldn't
have to list Clang libraries separately from other libraries but that would
require some non-trivial build system refactoring that would be better done in
fo
https://github.com/rnk updated https://github.com/llvm/llvm-project/pull/133545
>From e662d8d9483fdf82030ddec6969bc89ae2404060 Mon Sep 17 00:00:00 2001
From: Reid Kleckner
Date: Fri, 28 Mar 2025 16:49:09 -0700
Subject: [PATCH 1/2] [cmake] Refactor clang unittest cmake
Pass all the dependencies
llvmbot wrote:
@llvm/pr-subscribers-clang-modules
Author: Reid Kleckner (rnk)
Changes
Pass all the dependencies into add_clang_unittest. This is consistent with how
it is done for LLDB. I borrowed the same named argument list structure from
add_lldb_unittest. This is a necessary step tow
https://github.com/rnk updated https://github.com/llvm/llvm-project/pull/133545
>From e662d8d9483fdf82030ddec6969bc89ae2404060 Mon Sep 17 00:00:00 2001
From: Reid Kleckner
Date: Fri, 28 Mar 2025 16:49:09 -0700
Subject: [PATCH 1/2] [cmake] Refactor clang unittest cmake
Pass all the dependencies
llvmbot wrote:
@llvm/pr-subscribers-clang
Author: Reid Kleckner (rnk)
Changes
Pass all the dependencies into add_clang_unittest. This is consistent with how
it is done for LLDB. I borrowed the same named argument list structure from
add_lldb_unittest. This is a necessary step towards con
llvmbot wrote:
@llvm/pr-subscribers-clang-driver
Author: Reid Kleckner (rnk)
Changes
Pass all the dependencies into add_clang_unittest. This is consistent with how
it is done for LLDB. I borrowed the same named argument list structure from
add_lldb_unittest. This is a necessary step towa
https://github.com/rnk created https://github.com/llvm/llvm-project/pull/133545
Pass all the dependencies into add_clang_unittest. This is consistent with how
it is done for LLDB. I borrowed the same named argument list structure from
add_lldb_unittest. This is a necessary step towards consolid
10 matches
Mail list logo