[all-commits] [llvm/llvm-project] f8c7fb: [BOLT][NFC] Reduce includes with include-what-you-use
Amir Aupov via All-commits
all-commits at lists.llvm.org
Fri Jan 21 12:06:23 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f8c7fb499be6c2712be828ffe7378802dfd645a0
https://github.com/llvm/llvm-project/commit/f8c7fb499be6c2712be828ffe7378802dfd645a0
Author: Amir Ayupov <aaupov at fb.com>
Date: 2022-01-21 (Fri, 21 Jan 2022)
Changed paths:
M bolt/include/bolt/Core/BinaryContext.h
M bolt/include/bolt/Core/BinaryData.h
M bolt/include/bolt/Core/DebugData.h
M bolt/include/bolt/Passes/AllocCombiner.h
M bolt/include/bolt/Rewrite/DWARFRewriter.h
M bolt/lib/Core/BinaryFunction.cpp
M bolt/lib/Core/DebugData.cpp
M bolt/lib/Core/JumpTable.cpp
M bolt/lib/Passes/IndirectCallPromotion.cpp
M bolt/lib/Passes/ThreeWayBranch.cpp
M bolt/lib/Rewrite/DWARFRewriter.cpp
M bolt/lib/Rewrite/MachORewriteInstance.cpp
M bolt/lib/Rewrite/RewriteInstance.cpp
M bolt/lib/Utils/Utils.cpp
Log Message:
-----------
[BOLT][NFC] Reduce includes with include-what-you-use
Summary: Removed redundant includes with IWYU
Test Plan: ninja bolt
Reviewers: maksfb
FBD32043568
More information about the All-commits
mailing list