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

Natalie Chouinard via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 7 12:35:46 PST 2023


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

✅ It should pass now! ✅

>From 764fd195cde2b671a91a9a48f4296e0d983e053c 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