enum MachO::RuntimeLinkOptions

Description

Options to control how a runtime library is linked.

Declared at: clang/lib/Driver/ToolChains/Darwin.h:200

Enumerators

NameValueComment
RLO_AlwaysLink1Link the library in even if it can't be found in the VFS.
RLO_IsEmbedded2Use the embedded runtime from the macho_embedded directory.
RLO_AddRPath4Emit rpaths for @executable_path_path as well as the resource directory.