diff options
author | Kyungwoo Lee <kyulee@meta.com> | 2024-09-18 06:05:41 -0700 |
---|---|---|
committer | Kyungwoo Lee <kyulee@meta.com> | 2024-09-18 06:05:41 -0700 |
commit | 32ae0b07276f7ccbdc5dd6675e0c46b507625449 (patch) | |
tree | a9bd2146a2f636963f37ee0fc30df189e5f659e9 | |
parent | 706fd75089ca934815838a5dcb0a823c1ea88d4e (diff) | |
download | llvm-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.cpp | 1 |
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; |