[all-commits] [llvm/llvm-project] 76bdc6: [Legacy ThinLTO] NFC: Move helper class to an "Imp...
Hubert Tong via All-commits
all-commits at lists.llvm.org
Wed Oct 23 15:29:06 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 76bdc608980b307a354580dfbbed844fee0b75a8
https://github.com/llvm/llvm-project/commit/76bdc608980b307a354580dfbbed844fee0b75a8
Author: Hubert Tong <hubert.reinterpretcast at gmail.com>
Date: 2024-10-23 (Wed, 23 Oct 2024)
Changed paths:
M llvm/include/llvm/LTO/legacy/ThinLTOCodeGenerator.h
M llvm/lib/LTO/ThinLTOCodeGenerator.cpp
Log Message:
-----------
[Legacy ThinLTO] NFC: Move helper class to an "Impl" namespace (#112846)
`::llvm::TargetMachineBuilder` is only a helper class for
`ThinLTOCodeGenerator` and not a real facility. Move it into an "Impl"
namespace.
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