[all-commits] [llvm/llvm-project] 30f67f: [Legacy ThinLTO] NFC: Move helper class to an "Imp...
Hubert Tong via All-commits
all-commits at lists.llvm.org
Thu Oct 17 23:46:45 PDT 2024
Branch: refs/heads/users/hubert-reinterpretcast/LegacyThinLTO-MoveTargetMachineBuilder
Home: https://github.com/llvm/llvm-project
Commit: 30f67f3ea8bf2945ea1c8318cce5ef699e24df04
https://github.com/llvm/llvm-project/commit/30f67f3ea8bf2945ea1c8318cce5ef699e24df04
Author: Hubert Tong <hubert.reinterpretcast at gmail.com>
Date: 2024-10-18 (Fri, 18 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
`::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