https://github.com/boomanaiden154 updated https://github.com/llvm/llvm-project/pull/135539
>From 109923e35d854d63faa5b9599f5fd128bcfe5c79 Mon Sep 17 00:00:00 2001 From: Aiden Grossman <aidengross...@google.com> Date: Sun, 13 Apr 2025 11:26:06 +0000 Subject: [PATCH 1/3] testing Created using spr 1.3.4 --- .ci/monolithic-linux.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.ci/monolithic-linux.sh b/.ci/monolithic-linux.sh index 6461c9d40ad59..8c1ad5d80da51 100755 --- a/.ci/monolithic-linux.sh +++ b/.ci/monolithic-linux.sh @@ -34,6 +34,7 @@ function at-exit { mkdir -p artifacts ccache --print-stats > artifacts/ccache_stats.txt cp "${BUILD_DIR}"/.ninja_log artifacts/.ninja_log + ls artifacts/ # If building fails there will be no results files. shopt -s nullglob >From 78c42b3aed24e533d53b2f701f5a0abd5f611e2a Mon Sep 17 00:00:00 2001 From: Aiden Grossman <aidengross...@google.com> Date: Sun, 13 Apr 2025 11:43:16 +0000 Subject: [PATCH 2/3] cleanup Created using spr 1.3.4 --- flang/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/flang/CMakeLists.txt b/flang/CMakeLists.txt index 236b4644404ec..76eb13295eb07 100644 --- a/flang/CMakeLists.txt +++ b/flang/CMakeLists.txt @@ -1,4 +1,3 @@ -# testing cmake_minimum_required(VERSION 3.20.0) set(LLVM_SUBPROJECT_TITLE "Flang") >From cb1924f997f4e35014df8bc072f038992b7a6bca Mon Sep 17 00:00:00 2001 From: Aiden Grossman <aidengross...@google.com> Date: Mon, 14 Apr 2025 07:36:51 +0000 Subject: [PATCH 3/3] fix Created using spr 1.3.4 --- .ci/monolithic-linux.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/.ci/monolithic-linux.sh b/.ci/monolithic-linux.sh index 8c1ad5d80da51..6461c9d40ad59 100755 --- a/.ci/monolithic-linux.sh +++ b/.ci/monolithic-linux.sh @@ -34,7 +34,6 @@ function at-exit { mkdir -p artifacts ccache --print-stats > artifacts/ccache_stats.txt cp "${BUILD_DIR}"/.ninja_log artifacts/.ninja_log - ls artifacts/ # If building fails there will be no results files. shopt -s nullglob _______________________________________________ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits