enum MachO::RuntimeLinkOptions
Description
Options to control how a runtime library is linked.
Declared at: clang/lib/Driver/ToolChains/Darwin.h:200
Enumerators
Name | Value | Comment |
---|---|---|
RLO_AlwaysLink | 1 | Link the library in even if it can't be found in the VFS. |
RLO_IsEmbedded | 2 | Use the embedded runtime from the macho_embedded directory. |
RLO_AddRPath | 4 | Emit rpaths for @executable_path_path as well as the resource directory. |