Skip to content

Commit e2bf574

Browse files
author
git apple-llvm automerger
committed
Merge commit '9f48bb637eeb' from llvm.org/main into next
2 parents 9b25b3f + 9f48bb6 commit e2bf574

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

llvm/lib/ExecutionEngine/JITLink/EHFrameSupportImpl.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ namespace jitlink {
2626
class EHFrameEdgeFixer {
2727
public:
2828
/// Create an eh-frame edge fixer.
29+
/// Adds edges for implicit relocations on platforms where these are used
30+
/// (e.g. MachO/x86-64).
31+
///
2932
/// If a given edge-kind is not supported on the target architecture then
3033
/// Edge::Invalid should be used.
3134
EHFrameEdgeFixer(StringRef EHFrameSectionName, unsigned PointerSize,

0 commit comments

Comments
 (0)