[llvm] [CI] Trigger CI tests run. (PR #98993)
Mikhail Gudim via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 15 22:25:08 PDT 2024
https://github.com/mgudim created https://github.com/llvm/llvm-project/pull/98993
None
>From 32bf076059579f41044eea630cb4ae509dd21595 Mon Sep 17 00:00:00 2001
From: Mikhail Gudim <mgudim at gmail.com>
Date: Tue, 16 Jul 2024 01:23:52 -0400
Subject: [PATCH] [CI] Trigger CI tests run.
---
llvm/lib/CodeGen/RegAllocEvictionAdvisor.cpp | 1 +
1 file changed, 1 insertion(+)
diff --git a/llvm/lib/CodeGen/RegAllocEvictionAdvisor.cpp b/llvm/lib/CodeGen/RegAllocEvictionAdvisor.cpp
index a1dccc4d59723..cbc9b4d1abdf0 100644
--- a/llvm/lib/CodeGen/RegAllocEvictionAdvisor.cpp
+++ b/llvm/lib/CodeGen/RegAllocEvictionAdvisor.cpp
@@ -1,3 +1,4 @@
+//test ci
//===- RegAllocEvictionAdvisor.cpp - eviction advisor ---------------------===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
More information about the llvm-commits
mailing list