diff options
author | Kyungwoo Lee <kyulee@meta.com> | 2024-09-18 05:57:49 -0700 |
---|---|---|
committer | Kyungwoo Lee <kyulee@meta.com> | 2024-09-18 05:57:49 -0700 |
commit | 706fd75089ca934815838a5dcb0a823c1ea88d4e (patch) | |
tree | dd9ba2385951fc0c90ebc6b1ba12f685b56ee396 | |
parent | 2cfdcfb490ab3003caf336affd53575c9155b89b (diff) | |
download | llvm-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.cpp | 1 |
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; |