[all-commits] [llvm/llvm-project] 2e7bd2: [NFC] Fix comments in PassBuilder functions (#89513)
Ellis Hoag via All-commits
all-commits at lists.llvm.org
Mon Apr 22 05:19:47 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2e7bd22b37cd6f4e266d0512220b983144d9be0b
https://github.com/llvm/llvm-project/commit/2e7bd22b37cd6f4e266d0512220b983144d9be0b
Author: Ellis Hoag <ellis.sparky.hoag at gmail.com>
Date: 2024-04-22 (Mon, 22 Apr 2024)
Changed paths:
M llvm/include/llvm/Passes/PassBuilder.h
Log Message:
-----------
[NFC] Fix comments in PassBuilder functions (#89513)
The original comments mention `addPreLinkLTODefaultPipeline`, but I
could not find any functions with this name, even in
https://reviews.llvm.org/D33540
(8b3be4e59d861130746206e41ae42c918bc165df) where this comment was added.
I assume they meant to refer to `buildThinLTOPreLinkDefaultPipeline` and
`buildLTOPreLinkDefaultPipeline` and so this patch uses them.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list