diff options
Diffstat (limited to 'llvm/lib')
-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; |