Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions llvm/lib/LTO/LTO.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down