[llvm] [DO NOT SUBMIT] [SPIR-V] Test the bot (PR #74759)

Natalie Chouinard via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 11 11:08:42 PST 2023


https://github.com/sudonatalie updated https://github.com/llvm/llvm-project/pull/74759

>From 786cd2fbdd67772d4a4caec989368e1ea286b9dd Mon Sep 17 00:00:00 2001
From: Natalie Chouinard <chouinard at google.com>
Date: Thu, 7 Dec 2023 20:33:45 +0000
Subject: [PATCH] [DO NOT SUBMIT] [SPIR-V] Test the bot
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

✅ It should pass now! ✅
---
 llvm/lib/Target/SPIRV/SPIRV.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/llvm/lib/Target/SPIRV/SPIRV.h b/llvm/lib/Target/SPIRV/SPIRV.h
index 3151d69ab745d2..90e67ffe76fc6f 100644
--- a/llvm/lib/Target/SPIRV/SPIRV.h
+++ b/llvm/lib/Target/SPIRV/SPIRV.h
@@ -1,3 +1,5 @@
+// JUST A TEST
+
 //===-- SPIRV.h - Top-level interface for SPIR-V representation -*- C++ -*-===//
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.



More information about the llvm-commits mailing list