[all-commits] [llvm/llvm-project] 778117: [BOLT] Fix flush pending relocs
Rafael Auler via All-commits
all-commits at lists.llvm.org
Thu May 11 11:52:59 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 77811752e3c7e3b354a235bd21d9aa076da9825a
https://github.com/llvm/llvm-project/commit/77811752e3c7e3b354a235bd21d9aa076da9825a
Author: Rafael Auler <rafaelauler at fb.com>
Date: 2023-05-11 (Thu, 11 May 2023)
Changed paths:
M bolt/include/bolt/Core/Relocation.h
M bolt/lib/Core/BinarySection.cpp
M bolt/lib/Core/Relocation.cpp
Log Message:
-----------
[BOLT] Fix flush pending relocs
https://github.com/facebookincubator/BOLT/pull/255 accidentally
omitted a relocation type when refactoring the code. Add this type back
and change function name so its intent is more clear.
Reviewed By: #bolt, Amir
Differential Revision: https://reviews.llvm.org/D150335
More information about the All-commits
mailing list