github-actions[bot] wrote:
@tstellar (or anyone else). If you would like to add a note about this fix in
the release notes (completely optional). Please reply to this comment with a
one or two sentence description of the fix. When you are done, please add the
release:note label to this PR.
Author: Tom Stellard
Date: 2024-12-17T08:48:13+01:00
New Revision: 3d21a9a8e4ecd4a88acfa80700cebfdcd35dde6c
URL:
https://github.com/llvm/llvm-project/commit/3d21a9a8e4ecd4a88acfa80700cebfdcd35dde6c
DIFF:
https://github.com/llvm/llvm-project/commit/3d21a9a8e4ecd4a88acfa80700cebfdcd35dde6c.diff
https://github.com/tru updated https://github.com/llvm/llvm-project/pull/119051
>From 3d21a9a8e4ecd4a88acfa80700cebfdcd35dde6c Mon Sep 17 00:00:00 2001
From: Tom Stellard
Date: Fri, 6 Dec 2024 18:34:59 -0800
Subject: [PATCH] [Clang][perf-training] Fix clean command in perf-helper.py
(#118978)
https://github.com/tru closed https://github.com/llvm/llvm-project/pull/119051
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
Author: Ryosuke Niwa
Date: 2024-12-16T23:35:54-08:00
New Revision: b2b261c406108390117e1b6c3fdbe5e9d53a7111
URL:
https://github.com/llvm/llvm-project/commit/b2b261c406108390117e1b6c3fdbe5e9d53a7111
DIFF:
https://github.com/llvm/llvm-project/commit/b2b261c406108390117e1b6c3fdbe5e9d53a7111.diff
@@ -161,6 +163,40 @@ void RegAllocBase::postOptimization() {
DeadRemats.clear();
}
+void RegAllocBase::cleanupFailedVRegs() {
+ SmallSet JunkRegs;
+
+ for (Register FailedReg : FailedVRegs) {
+JunkRegs.insert(FailedReg);
+
+MCRegister PhysReg = VRM->getPhys(FailedR
arsenm wrote:
### Merge activity
* **Dec 17, 12:51 AM EST**: A user started a stack merge that includes this
pull request via
[Graphite](https://app.graphite.dev/github/pr/llvm/llvm-project/119684).
https://github.com/llvm/llvm-project/pull/119684
llvmbot wrote:
@llvm/pr-subscribers-mlir
Author: Krzysztof Drewniak (krzysz00)
Changes
Give the properties from tablegen a `predicate` field that holds the predicate
that the property needs to satisfy, if one exists, and hook that field up to
verifier generation.
---
Patch is 26.65 KiB
llvmbot wrote:
@llvm/pr-subscribers-mlir-core
Author: Krzysztof Drewniak (krzysz00)
Changes
Give the properties from tablegen a `predicate` field that holds the predicate
that the property needs to satisfy, if one exists, and hook that field up to
verifier generation.
---
Patch is 26.6
llvmbot wrote:
@llvm/pr-subscribers-mlir-ods
Author: Krzysztof Drewniak (krzysz00)
Changes
Give the properties from tablegen a `predicate` field that holds the predicate
that the property needs to satisfy, if one exists, and hook that field up to
verifier generation.
---
Patch is 26.65
https://github.com/krzysz00 created
https://github.com/llvm/llvm-project/pull/120176
Give the properties from tablegen a `predicate` field that holds the predicate
that the property needs to satisfy, if one exists, and hook that field up to
verifier generation.
>From e8b571f614adbc68ad551798c
@@ -522,6 +524,16 @@
DECLARE_CONVERT_OP_TO_GPU_RUNTIME_CALL_PATTERN(SetCsrPointersOp)
void GpuToLLVMConversionPass::runOnOperation() {
MLIRContext *context = &getContext();
+
+ // Perform progressive lowering of vector transfer operations.
+ {
+RewritePatternSet patte
DianQK wrote:
> > Merging is blocked
> > The base branch does not allow updates.
>
> Can this PR be merged? Will this backport be able to catch the v19.1.6 train
> tomorrow (if it happens)?
Yes. I don't see any concerns not merging. Note that merging of the release
branch is handled by the re
lwshang wrote:
> Merging is blocked
> The base branch does not allow updates.
Can this PR be merged?
Will this backport be able to catch the v19.1.6 train tomorrow (if it happens)?
https://github.com/llvm/llvm-project/pull/119723
___
llvm-branch-commi
h-vetinari wrote:
> @h-vetinari Is this using a bootstrap or default-only build? Is flang built
> in-tree or out-of-tree? Is `flang` in the build- or install-tree? Did you
> check whether the `flang_rt.static.lib` is present?
>
> I am going to test more configurations under Windows trying to r
https://github.com/llvm-beanz approved this pull request.
https://github.com/llvm/llvm-project/pull/120157
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
llvmbot wrote:
@llvm/pr-subscribers-backend-directx
Author: Justin Bogner (bogner)
Changes
Move the DXILOpLoweringPass after DXILTranslateMetadata, and add asserts in
DXILShaderFlags to ensure it isn't scheduled after op lowering. This will allow
us to rely on DirectX intrinsics in the s
https://github.com/llvm-beanz approved this pull request.
https://github.com/llvm/llvm-project/pull/119773
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
https://github.com/artempyanykh updated
https://github.com/llvm/llvm-project/pull/118630
>From b81f6f778a8ae4f6cde59acba71ac2ba73cff31d Mon Sep 17 00:00:00 2001
From: Artem Pianykh
Date: Sun, 15 Sep 2024 11:00:00 -0700
Subject: [PATCH] [Coro] Use DebugInfoCache to speed up cloning in
CoroSplit
https://github.com/artempyanykh updated
https://github.com/llvm/llvm-project/pull/118629
>From 40407dfbacb560a7128c1e57d32675e7e7c95e8f Mon Sep 17 00:00:00 2001
From: Artem Pianykh
Date: Sun, 15 Sep 2024 10:51:38 -0700
Subject: [PATCH] [Analysis] Add DebugInfoCache analysis
Summary:
The analys
https://github.com/artempyanykh updated
https://github.com/llvm/llvm-project/pull/118628
>From c613ae3e67106550529bef26d112b54f0def17e5 Mon Sep 17 00:00:00 2001
From: Artem Pianykh
Date: Tue, 19 Nov 2024 17:19:27 -0700
Subject: [PATCH] [Coro] Prebuild a module-level debug info set and share it
https://github.com/artempyanykh updated
https://github.com/llvm/llvm-project/pull/118627
>From 8c163237573df097a99b65a83280757d1b39062c Mon Sep 17 00:00:00 2001
From: erichkeane
Date: Mon, 16 Dec 2024 13:25:21 -0800
Subject: [PATCH 1/3] [OpenACC/NFC] Make 'trailing objects' use private
inherit
@@ -303,44 +289,157 @@ class ResourceInfo {
dxil::SamplerFeedbackType getFeedbackType() const;
uint32_t getMultiSampleCount() const;
- StringRef getName() const {
-// TODO: Get the name from the symbol once we include one here.
-return "";
- }
dxil::ResourceCl
@@ -303,44 +289,157 @@ class ResourceInfo {
dxil::SamplerFeedbackType getFeedbackType() const;
uint32_t getMultiSampleCount() const;
- StringRef getName() const {
-// TODO: Get the name from the symbol once we include one here.
-return "";
- }
dxil::ResourceCl
https://github.com/artempyanykh updated
https://github.com/llvm/llvm-project/pull/118630
>From c3724f4dcb7fee75d637cfd5c7955ac2346c0fe9 Mon Sep 17 00:00:00 2001
From: Artem Pianykh
Date: Sun, 15 Sep 2024 11:00:00 -0700
Subject: [PATCH] [Coro] Use DebugInfoCache to speed up cloning in
CoroSplit
https://github.com/artempyanykh updated
https://github.com/llvm/llvm-project/pull/118629
>From b743d6ca1e081305f0b8fc9a1f2d270ef07272d5 Mon Sep 17 00:00:00 2001
From: Artem Pianykh
Date: Sun, 15 Sep 2024 10:51:38 -0700
Subject: [PATCH] [Analysis] Add DebugInfoCache analysis
Summary:
The analys
https://github.com/artempyanykh updated
https://github.com/llvm/llvm-project/pull/118628
>From f58b71db85166f2ea422af235226f1df4a944f77 Mon Sep 17 00:00:00 2001
From: Artem Pianykh
Date: Tue, 19 Nov 2024 17:19:27 -0700
Subject: [PATCH] [Coro] Prebuild a module-level debug info set and share it
https://github.com/artempyanykh updated
https://github.com/llvm/llvm-project/pull/118627
>From fbe503b84acfb10ac6ae92248079c01467669439 Mon Sep 17 00:00:00 2001
From: Artem Pianykh
Date: Sun, 15 Sep 2024 04:39:20 -0700
Subject: [PATCH] [Utils] Identity map module-level debug info on first use i
https://github.com/artempyanykh updated
https://github.com/llvm/llvm-project/pull/118625
>From eba5202f2e8cb535c2e14b5175ed8ea99dc7d892 Mon Sep 17 00:00:00 2001
From: Artem Pianykh
Date: Sat, 14 Sep 2024 16:02:51 -0700
Subject: [PATCH] [NFC][Utils] Eliminate DISubprogram set from
BuildDebugInf
jeanPerier wrote:
> The new machanism will be different from BUILD_SHARED_LIBS so not reusing any
> of its code. On the other side it would be a significant burden now since it
> doubles the number of configurations I have to get working and testing now
> while it will be replaced in the short
https://github.com/kovdan01 updated
https://github.com/llvm/llvm-project/pull/113816
>From 67683bb9c119d98ba8e57c2a51a3df113a5fe562 Mon Sep 17 00:00:00 2001
From: Daniil Kovalev
Date: Fri, 25 Oct 2024 21:28:18 +0300
Subject: [PATCH 01/10] [PAC][lld][AArch64][ELF] Support signed GOT with tiny
c
https://github.com/kovdan01 updated
https://github.com/llvm/llvm-project/pull/113817
>From bddd8de9f922790a63237cc581df37c6f7fc4464 Mon Sep 17 00:00:00 2001
From: Daniil Kovalev
Date: Fri, 25 Oct 2024 12:32:27 +0300
Subject: [PATCH 01/11] [PAC][lld][AArch64][ELF] Support signed TLSDESC
Support
https://github.com/dschuff updated
https://github.com/llvm/llvm-project/pull/119723
>From 3baa93367c6b0862279decc5d2400bc59fa1c485 Mon Sep 17 00:00:00 2001
From: Sam Clegg
Date: Mon, 9 Sep 2024 09:28:08 -0700
Subject: [PATCH] [lld][WebAssembly] Fix use of uninitialized stack data with
--wasm64
bogner wrote:
> If there already is a global variable for the resource in the module,
> shouldn't we be using that instead of creating a new symbol?
The only global variables in the module before this point are the globals for
the resource handles. These are (1) the wrong type (they're the han
@@ -0,0 +1,48 @@
+; RUN: opt -S -passes=dxil-translate-metadata %s | FileCheck %s
+
+target triple = "dxil-pc-shadermodel6.6-compute"
+
+%struct.S = type { <4 x float>, <4 x i32> }
+
+define void @test() {
+ ; Buffer
+ %float4 = call target("dx.TypedBuffer", <4 x float>, 0, 0, 0
https://github.com/felipepiovezan approved this pull request.
https://github.com/llvm/llvm-project/pull/118625
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
https://github.com/felipepiovezan approved this pull request.
https://github.com/llvm/llvm-project/pull/118624
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
nikic wrote:
@dschuff For backport PRs, please rebase instead of merge. They do not use
squash merge.
https://github.com/llvm/llvm-project/pull/119723
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-b
Meinersbur wrote:
@h-vetinari Is this using a bootstrap or default-only build? Is flang built
in-tree or out-of-tree? Is `flang` in the build- or install-tree? Did you check
whether the `flang_rt.static.lib` is present?
I am going to test more configurations under Windows trying to reproduce t
https://github.com/dschuff updated
https://github.com/llvm/llvm-project/pull/119723
>From fc310d328d3954207a775d0f0b17f9796912777a Mon Sep 17 00:00:00 2001
From: Sam Clegg
Date: Mon, 9 Sep 2024 09:28:08 -0700
Subject: [PATCH] [lld][WebAssembly] Fix use of uninitialized stack data with
--wasm64
clementval wrote:
Don't we have buildbots testing shared libs?
https://lab.llvm.org/buildbot/#/builders/80
https://github.com/llvm/llvm-project/pull/110217
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/
Meinersbur wrote:
> I feel that in the short term (this patch) loosing the ability to build
> shared libs is a bit of a regression, and that it would be nice to have an
> option to do shared library instead of static (or just let
> `BUILD_SHARED_LIBS` drives that as it currently does until the
github-actions[bot] wrote:
:warning: undef deprecator found issues in your code. :warning:
You can test this locally with the following command:
``bash
git diff -U0 --pickaxe-regex -S
'([^a-zA-Z0-9#_-]undef[^a-zA-Z0-9_-]|UndefValue::get)'
3fa31aeeb48e3b4a1dcac77d67dc6a1d205c8dce
https://github.com/petar-avramovic updated
https://github.com/llvm/llvm-project/pull/112866
>From ada22e8d25b8ca05c048b83307edb60fbdf6a774 Mon Sep 17 00:00:00 2001
From: Petar Avramovic
Date: Thu, 31 Oct 2024 14:10:57 +0100
Subject: [PATCH] MachineUniformityAnalysis: Improve isConstantOrUndefVa
https://github.com/petar-avramovic updated
https://github.com/llvm/llvm-project/pull/112882
>From 3fa31aeeb48e3b4a1dcac77d67dc6a1d205c8dce Mon Sep 17 00:00:00 2001
From: Petar Avramovic
Date: Wed, 30 Oct 2024 15:37:59 +0100
Subject: [PATCH] AMDGPU/GlobalISel: RegBankLegalize rules for load
Add
github-actions[bot] wrote:
@tru (or anyone else). If you would like to add a note about this fix in the
release notes (completely optional). Please reply to this comment with a one or
two sentence description of the fix. When you are done, please add the
release:note label to this PR.
https
https://github.com/tru closed https://github.com/llvm/llvm-project/pull/120051
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
Author: Tobias Hieta
Date: 2024-12-13T14:49:03+01:00
New Revision: c9e72b3945f1672f0507539ce903c9696b3479ba
URL:
https://github.com/llvm/llvm-project/commit/c9e72b3945f1672f0507539ce903c9696b3479ba
DIFF:
https://github.com/llvm/llvm-project/commit/c9e72b3945f1672f0507539ce903c9696b3479ba.diff
@@ -0,0 +1,226 @@
+#===-- CMakeLists.txt
--===#
+#
+# Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
+# See https://llvm.org/LICENSE.txt for license information.
+# SPDX-License-Identifier: Apache-
AreaZR wrote:
So we can merge whatever is currently 19.x milestone, approved, and then merge
this finally, right?
https://github.com/llvm/llvm-project/pull/120051
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.ll
@@ -0,0 +1,226 @@
+#===-- CMakeLists.txt
--===#
+#
+# Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
+# See https://llvm.org/LICENSE.txt for license information.
+# SPDX-License-Identifier: Apache-
https://github.com/kurapov-peter approved this pull request.
Looks OK to me
https://github.com/llvm/llvm-project/pull/119975
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-br
h-vetinari wrote:
This now builds fine on linux & windows for me, though I'm running into an
issue when doing the following on windows (pieced together a bit to avoid
distractions that are due to packaging):
```batch
set "FC=flang.exe"
set "LD=lld-link.exe"
:: following
https://github.com/co
@@ -0,0 +1,161 @@
+# -*- Python -*-
+
+import os
+import platform
+import re
+
+import lit.formats
+
+# Get shlex.quote if available (added in 3.3), and fall back to pipes.quote if
+# it's not available.
+try:
+import shlex
+
+sh_quote = shlex.quote
+except:
+import pi
@@ -0,0 +1,161 @@
+# -*- Python -*-
+
+import os
+import platform
+import re
+
+import lit.formats
+
+# Get shlex.quote if available (added in 3.3), and fall back to pipes.quote if
+# it's not available.
+try:
+import shlex
+
+sh_quote = shlex.quote
+except:
+import pi
@@ -0,0 +1,161 @@
+# -*- Python -*-
+
+import os
+import platform
+import re
+
+import lit.formats
+
+# Get shlex.quote if available (added in 3.3), and fall back to pipes.quote if
+# it's not available.
+try:
+import shlex
+
+sh_quote = shlex.quote
+except:
+import pi
@@ -0,0 +1,161 @@
+# -*- Python -*-
+
+import os
+import platform
+import re
+
+import lit.formats
+
+# Get shlex.quote if available (added in 3.3), and fall back to pipes.quote if
+# it's not available.
+try:
+import shlex
+
+sh_quote = shlex.quote
+except:
+import pi
@@ -0,0 +1,161 @@
+# -*- Python -*-
+
+import os
+import platform
+import re
+
+import lit.formats
+
+# Get shlex.quote if available (added in 3.3), and fall back to pipes.quote if
+# it's not available.
+try:
+import shlex
+
+sh_quote = shlex.quote
+except:
+import pi
@@ -0,0 +1,161 @@
+# -*- Python -*-
+
+import os
+import platform
+import re
+
+import lit.formats
+
+# Get shlex.quote if available (added in 3.3), and fall back to pipes.quote if
+# it's not available.
+try:
+import shlex
+
+sh_quote = shlex.quote
+except:
+import pi
@@ -0,0 +1,161 @@
+# -*- Python -*-
+
+import os
+import platform
+import re
+
+import lit.formats
+
+# Get shlex.quote if available (added in 3.3), and fall back to pipes.quote if
+# it's not available.
+try:
+import shlex
fmayer wrote:
`from shlex import qu
@@ -0,0 +1,161 @@
+# -*- Python -*-
+
+import os
+import platform
+import re
+
+import lit.formats
+
+# Get shlex.quote if available (added in 3.3), and fall back to pipes.quote if
+# it's not available.
+try:
+import shlex
+
+sh_quote = shlex.quote
+except:
+import pi
@@ -0,0 +1,347 @@
+//===-- tysan.cpp
-===//
+//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM
Exceptions.
+// See https://llvm.org/LICENSE.txt for license information.
+// SPDX-License-Identifier: Ap
@@ -0,0 +1,161 @@
+# -*- Python -*-
+
+import os
+import platform
+import re
+
+import lit.formats
+
+# Get shlex.quote if available (added in 3.3), and fall back to pipes.quote if
+# it's not available.
+try:
+import shlex
+
+sh_quote = shlex.quote
+except:
--
@@ -0,0 +1,344 @@
+//===-- tysan.cpp
-===//
+//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM
Exceptions.
+// See https://llvm.org/LICENSE.txt for license information.
+// SPDX-License-Identifier: Ap
@@ -0,0 +1,344 @@
+//===-- tysan.cpp
-===//
+//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM
Exceptions.
+// See https://llvm.org/LICENSE.txt for license information.
+// SPDX-License-Identifier: Ap
@@ -0,0 +1,344 @@
+//===-- tysan.cpp
-===//
+//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM
Exceptions.
+// See https://llvm.org/LICENSE.txt for license information.
+// SPDX-License-Identifier: Ap
https://github.com/fhahn updated https://github.com/llvm/llvm-project/pull/76261
>From 524eb555b0473bd93401297c5deba77f4dbd83fe Mon Sep 17 00:00:00 2001
From: Florian Hahn
Date: Fri, 22 Nov 2024 15:01:41 +
Subject: [PATCH 1/7] [TySan] A Type Sanitizer (Runtime Library)
---
clang/runtime/CM
@@ -0,0 +1,344 @@
+//===-- tysan.cpp
-===//
+//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM
Exceptions.
+// See https://llvm.org/LICENSE.txt for license information.
+// SPDX-License-Identifier: Ap
@@ -0,0 +1,344 @@
+//===-- tysan.cpp
-===//
+//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM
Exceptions.
+// See https://llvm.org/LICENSE.txt for license information.
+// SPDX-License-Identifier: Ap
@@ -0,0 +1,35 @@
+# -*- Python -*-
+
+import os
+
+# Setup config name.
+config.name = 'TypeSanitizer' + getattr(config, 'name_suffix', 'default')
+
+# Setup source root.
+config.test_source_root = os.path.dirname(__file__)
+
+# Setup default compiler flags used with -fsanitize=ty
@@ -0,0 +1,344 @@
+//===-- tysan.cpp
-===//
+//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM
Exceptions.
+// See https://llvm.org/LICENSE.txt for license information.
+// SPDX-License-Identifier: Ap
fhahn wrote:
ping :)
https://github.com/llvm/llvm-project/pull/76261
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
https://github.com/tru milestoned
https://github.com/llvm/llvm-project/pull/120051
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
kovdan01 wrote:
@MaskRay Previous comments should now be addressed, would be glad to see your
feedback on the new version of the PR
https://github.com/llvm/llvm-project/pull/113152
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.or
@@ -1808,34 +1808,6 @@ void Clang::AddAArch64TargetArgs(const ArgList &Args,
AddUnalignedAccessWarning(CmdArgs);
- Args.addOptInFlag(CmdArgs, options::OPT_fptrauth_intrinsics,
kovdan01 wrote:
@MaskRay Applied your suggestion in 346d1ef9d0d638ddda2b48a9c62
https://github.com/kovdan01 updated
https://github.com/llvm/llvm-project/pull/113152
>From 1914833e15a81ee85aea3a6e1bed2b88a338d3e7 Mon Sep 17 00:00:00 2001
From: Daniil Kovalev
Date: Mon, 21 Oct 2024 12:18:56 +0300
Subject: [PATCH 1/5] [PAC][Driver] Support ptrauth flags only on ARM64 Darwin
https://github.com/kovdan01 updated
https://github.com/llvm/llvm-project/pull/113151
>From 491c4551aababde147705d1bea649cffded7d325 Mon Sep 17 00:00:00 2001
From: Daniil Kovalev
Date: Mon, 21 Oct 2024 12:00:19 +0300
Subject: [PATCH] [PAC][clang] Handle pauthtest environment and ABI in
Linux-sp
llvmbot wrote:
@llvm/pr-subscribers-testing-tools
Author: Tobias Hieta (tru)
Changes
---
Full diff: https://github.com/llvm/llvm-project/pull/120051.diff
5 Files Affected:
- (modified) cmake/Modules/LLVMVersion.cmake (+1-1)
- (modified) libcxx/include/__config (+1-1)
- (modified) ll
llvmbot wrote:
@llvm/pr-subscribers-libcxx
Author: Tobias Hieta (tru)
Changes
---
Full diff: https://github.com/llvm/llvm-project/pull/120051.diff
5 Files Affected:
- (modified) cmake/Modules/LLVMVersion.cmake (+1-1)
- (modified) libcxx/include/__config (+1-1)
- (modified) llvm/util
https://github.com/tru created https://github.com/llvm/llvm-project/pull/120051
None
>From c9e72b3945f1672f0507539ce903c9696b3479ba Mon Sep 17 00:00:00 2001
From: Tobias Hieta
Date: Fri, 13 Dec 2024 14:49:03 +0100
Subject: [PATCH] Bump version to 19.1.6
---
cmake/Modules/LLVMVersion.cmake
80 matches
Mail list logo