Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
kyulee-com committed Sep 18, 2024
1 parent e402d60 commit fc22574
Showing 1 changed file with 1 addition and 0 deletions.
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

0 comments on commit fc22574

Please sign in to comment.