We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9b25b3f + 9f48bb6 commit e2bf574Copy full SHA for e2bf574
llvm/lib/ExecutionEngine/JITLink/EHFrameSupportImpl.h
@@ -26,6 +26,9 @@ namespace jitlink {
26
class EHFrameEdgeFixer {
27
public:
28
/// 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
+ ///
32
/// If a given edge-kind is not supported on the target architecture then
33
/// Edge::Invalid should be used.
34
EHFrameEdgeFixer(StringRef EHFrameSectionName, unsigned PointerSize,
0 commit comments