[llvm-branch-commits] [llvm] test2 (PR #109137)
Kyungwoo Lee via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Wed Sep 18 06:07:21 PDT 2024
https://github.com/kyulee-com created https://github.com/llvm/llvm-project/pull/109137
None
>From 32ae0b07276f7ccbdc5dd6675e0c46b507625449 Mon Sep 17 00:00:00 2001
From: Kyungwoo Lee <kyulee at meta.com>
Date: Wed, 18 Sep 2024 06:05:41 -0700
Subject: [PATCH] test2
---
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 9a01edd70e08c9..d33815ff704128 100644
--- a/llvm/lib/LTO/LTO.cpp
+++ b/llvm/lib/LTO/LTO.cpp
@@ -1371,6 +1371,7 @@ SmallVector<const char *> LTO::getRuntimeLibcallSymbols(const Triple &TT) {
/// This class defines the interface to the ThinLTO backend.
/// Test
+/// Test2
class lto::ThinBackendProc {
protected:
const Config &Conf;
More information about the llvm-branch-commits
mailing list