Skip to content

Commit 691dcaa

Browse files
Minor improvements
1 parent a37cfb8 commit 691dcaa

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/premerge.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ jobs:
1212
premerge-checks-linux:
1313
if: github.repository_owner == 'llvm'
1414
runs-on: llvm-premerge-linux-runners
15+
concurrency:
16+
group: ${{ github.workflow }}-${{ github.event.pull_request.number }}
17+
cancel-in-progress: true
1518
container:
1619
image: ghcr.io/keenuts-test-org/linux-ci-testing:latest
1720
defaults:
@@ -22,6 +25,8 @@ jobs:
2225
uses: actions/checkout@v4
2326
with:
2427
fetch-depth: 2
28+
- name: Setup ccache
29+
uses: hendrikmuhs/[email protected]
2530
- name: Build and Test
2631
run: |
2732
git config --global --add safe.directory '*'

llvm/tools/llvm-exegesis/llvm-exegesis.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
//===-- llvm-exegesis.cpp ---------------------------------------*- C++ -*-===//
2-
//
32
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
43
// See https://llvm.org/LICENSE.txt for license information.
54
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception

0 commit comments

Comments
 (0)