diff --git a/llvm/lib/LTO/LTO.cpp b/llvm/lib/LTO/LTO.cpp index b51b908fb28760..232f5968ba57d9 100644 --- a/llvm/lib/LTO/LTO.cpp +++ b/llvm/lib/LTO/LTO.cpp @@ -1595,6 +1595,7 @@ class FirstRoundThinBackend : public InProcessThinBackend { /// first round. The backend then executes the codegen only to further optimize /// the code, utilizing the codegen data merged from the first round. Finally, /// it writes the resulting object files as usual. +/// Test comments for thin5. class SecondRoundThinBackend : public InProcessThinBackend { public: SecondRoundThinBackend(