[llvm] 9b1ae9f - Revert "Remove dead code."
Reid Kleckner via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 22 12:57:10 PST 2022
Author: Reid Kleckner
Date: 2022-02-22T12:56:45-08:00
New Revision: 9b1ae9f67fb38a8623172b6e0f03133a32b78aad
URL: https://github.com/llvm/llvm-project/commit/9b1ae9f67fb38a8623172b6e0f03133a32b78aad
DIFF: https://github.com/llvm/llvm-project/commit/9b1ae9f67fb38a8623172b6e0f03133a32b78aad.diff
LOG: Revert "Remove dead code."
This reverts commit a23f7c0cb6b42a06bc9707fdf46ce2a90080f61f.
Breaks the build.
Added:
Modified:
llvm/include/llvm/Object/MachO.h
Removed:
################################################################################
diff --git a/llvm/include/llvm/Object/MachO.h b/llvm/include/llvm/Object/MachO.h
index 423d05e71093f..3350e8215ff9f 100644
--- a/llvm/include/llvm/Object/MachO.h
+++ b/llvm/include/llvm/Object/MachO.h
@@ -376,6 +376,7 @@ class MachOChainedFixupEntry : public MachOAbstractFixupEntry {
private:
std::vector<ChainedFixupTarget> FixupTargets;
uint32_t FixupIndex = 0;
+ FixupKind Kind;
};
using fixup_iterator = content_iterator<MachOChainedFixupEntry>;
More information about the llvm-commits
mailing list