[llvm] test (PR #109136)

Kyungwoo Lee via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 18 06:05:17 PDT 2024


https://github.com/kyulee-com created https://github.com/llvm/llvm-project/pull/109136

None

>From 706fd75089ca934815838a5dcb0a823c1ea88d4e Mon Sep 17 00:00:00 2001
From: Kyungwoo Lee <kyulee at meta.com>
Date: Wed, 18 Sep 2024 05:57:49 -0700
Subject: [PATCH] test

---
 llvm/lib/LTO/LTO.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/llvm/lib/LTO/LTO.cpp b/llvm/lib/LTO/LTO.cpp
index 5d9a5cbd18f156..9a01edd70e08c9 100644
--- a/llvm/lib/LTO/LTO.cpp
+++ b/llvm/lib/LTO/LTO.cpp
@@ -1370,6 +1370,7 @@ SmallVector<const char *> LTO::getRuntimeLibcallSymbols(const Triple &TT) {
 }
 
 /// This class defines the interface to the ThinLTO backend.
+/// Test
 class lto::ThinBackendProc {
 protected:
   const Config &Conf;



More information about the llvm-commits mailing list