@@ -15,3 +15,5 @@ documentation setup.
If you are writing a package for LLVM, see docs/Packaging.rst for our
suggestions.
+
+Test line.
DavidSpickett wrote:
I should have mentioned this in a comment,
https://github.com/llvm/llvm-project/pull/113160/commits/e
https://github.com/vitalybuka edited
https://github.com/llvm/llvm-project/pull/113160
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
@@ -15,3 +15,5 @@ documentation setup.
If you are writing a package for LLVM, see docs/Packaging.rst for our
suggestions.
+
+Test line.
vitalybuka wrote:
Why thus change?
https://github.com/llvm/llvm-project/pull/113160
__
DavidSpickett wrote:
You can see the new artifacts here:
https://buildkite.com/llvm-project/github-pull-requests/builds/111782#0192af36-eae5-4676-b226-f6cf98fc1083
Just rebased to maybe get a clean Windows build, I think the failure there is
due to the newline policy changes recently.
https:/
https://github.com/DavidSpickett updated
https://github.com/llvm/llvm-project/pull/113160
>From ba99bed96bd69db7c86d43a2119255569872f41f Mon Sep 17 00:00:00 2001
From: David Spickett
Date: Mon, 21 Oct 2024 12:34:17 +
Subject: [PATCH 1/2] [ci] Write test results to unique file names
In this
llvmbot wrote:
@llvm/pr-subscribers-clang
Author: David Spickett (DavidSpickett)
Changes
In this patch I'm using a new lit option so that the pipeline writes many
results files, one for each time lit is run:
```
--use-unique-output-file-name
When enabled, lit will add a unique element t
https://github.com/DavidSpickett updated
https://github.com/llvm/llvm-project/pull/113160
>From 950796f7294617709ead792ed322772e7f8205fd Mon Sep 17 00:00:00 2001
From: David Spickett
Date: Mon, 21 Oct 2024 12:34:17 +
Subject: [PATCH 1/2] [ci] Write test results to unique file names
In this