aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyungwoo Lee <kyulee@meta.com>2024-09-18 05:57:49 -0700
committerKyungwoo Lee <kyulee@meta.com>2024-09-18 05:57:49 -0700
commit706fd75089ca934815838a5dcb0a823c1ea88d4e (patch)
treedd9ba2385951fc0c90ebc6b1ba12f685b56ee396
parent2cfdcfb490ab3003caf336affd53575c9155b89b (diff)
downloadllvm-users/kyulee-com/test.zip
llvm-users/kyulee-com/test.tar.gz
llvm-users/kyulee-com/test.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 5d9a5cb..9a01edd 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;