We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3ca0fb commit ab81dbaCopy full SHA for ab81dba
.github/workflows/premerge.yaml
@@ -29,7 +29,7 @@ jobs:
29
if: >-
30
github.repository_owner == 'llvm' &&
31
(github.event_name != 'pull_request' || github.event.action != 'closed')
32
- runs-on: llvm-premerge-linux-runners
+ runs-on: llvm-premerge-linux-runners-2
33
steps:
34
- name: Checkout LLVM
35
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
llvm/CMakeLists.txt
@@ -1,3 +1,4 @@
1
+# Testing
2
# See docs/CMake.html for instructions about how to build LLVM with CMake.
3
cmake_minimum_required(VERSION 3.20.0)
4
0 commit comments