aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyungwoo Lee <kyulee@meta.com>2024-09-18 06:05:41 -0700
committerKyungwoo Lee <kyulee@meta.com>2024-09-18 06:05:41 -0700
commit32ae0b07276f7ccbdc5dd6675e0c46b507625449 (patch)
treea9bd2146a2f636963f37ee0fc30df189e5f659e9
parent706fd75089ca934815838a5dcb0a823c1ea88d4e (diff)
downloadllvm-users/kyulee-com/test2.zip
llvm-users/kyulee-com/test2.tar.gz
llvm-users/kyulee-com/test2.tar.bz2
-rw-r--r--llvm/lib/LTO/LTO.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/LTO/LTO.cpp b/llvm/lib/LTO/LTO.cpp
index 9a01edd..d33815f 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;