[llvm] Testing ci stuff (PR #69758)

Aiden Grossman via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 20 12:30:45 PDT 2023


https://github.com/boomanaiden154 created https://github.com/llvm/llvm-project/pull/69758

None

>From c39573b63902d55568101ebf4c572b7cb038818a Mon Sep 17 00:00:00 2001
From: Aiden Grossman <agrossman154 at yahoo.com>
Date: Fri, 20 Oct 2023 12:18:19 -0700
Subject: [PATCH 1/3] test1

---
 test | 1 +
 1 file changed, 1 insertion(+)
 create mode 100644 test

diff --git a/test b/test
new file mode 100644
index 000000000000000..9c82f17f9b92684
--- /dev/null
+++ b/test
@@ -0,0 +1 @@
+bad change

>From f6845a5b21581c413c4fc32f00a872b3f11144eb Mon Sep 17 00:00:00 2001
From: Aiden Grossman <agrossman154 at yahoo.com>
Date: Fri, 20 Oct 2023 12:18:32 -0700
Subject: [PATCH 2/3] test2

---
 test | 1 +
 1 file changed, 1 insertion(+)

diff --git a/test b/test
index 9c82f17f9b92684..af43de1f635262d 100644
--- a/test
+++ b/test
@@ -1 +1,2 @@
 bad change
+bad change2

>From f963bdaae6b7c6ee43d18127d7426c5d753b704c Mon Sep 17 00:00:00 2001
From: Aiden Grossman <agrossman154 at yahoo.com>
Date: Fri, 20 Oct 2023 12:19:01 -0700
Subject: [PATCH 3/3] Update docs

---
 llvm/docs/AdvancedBuilds.rst | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/llvm/docs/AdvancedBuilds.rst b/llvm/docs/AdvancedBuilds.rst
index 960b19fa5317f3b..ef8d6976c362c20 100644
--- a/llvm/docs/AdvancedBuilds.rst
+++ b/llvm/docs/AdvancedBuilds.rst
@@ -8,6 +8,8 @@ Advanced Build Configurations
 Introduction
 ============
 
+Testing
+
 `CMake <http://www.cmake.org/>`_ is a cross-platform build-generator tool. CMake
 does not build the project, it generates the files needed by your build tool
 (GNU make, Visual Studio, etc.) for building LLVM.



More information about the llvm-commits mailing list