[all-commits] [llvm/llvm-project] 98e2d6: [BOLT][NFCI] Use MetadataRewriter interface to upd...
maksfb via All-commits
all-commits at lists.llvm.org
Thu Jul 6 11:18:34 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 98e2d630277e3d97ff505e6d7980a8bb34b295d6
https://github.com/llvm/llvm-project/commit/98e2d630277e3d97ff505e6d7980a8bb34b295d6
Author: Maksim Panchenko <maks at fb.com>
Date: 2023-07-06 (Thu, 06 Jul 2023)
Changed paths:
M bolt/include/bolt/Core/BinaryBasicBlock.h
M bolt/include/bolt/Core/BinaryContext.h
M bolt/include/bolt/Core/BinaryFunction.h
M bolt/include/bolt/Core/BinarySection.h
M bolt/include/bolt/Rewrite/MetadataRewriters.h
M bolt/include/bolt/Rewrite/RewriteInstance.h
M bolt/lib/Core/BinaryFunction.cpp
M bolt/lib/Rewrite/CMakeLists.txt
M bolt/lib/Rewrite/RewriteInstance.cpp
A bolt/lib/Rewrite/SDTRewriter.cpp
Log Message:
-----------
[BOLT][NFCI] Use MetadataRewriter interface to update SDT markers
Migrate SDT markers processing to the new MetadataRewriter interface.
Depends on D154020
Reviewed By: Amir
Differential Revision: https://reviews.llvm.org/D154021
More information about the All-commits
mailing list