forked from OSchip/llvm-project
[ORC] Fix typo in declaration
This commit is contained in:
parent
d1a9e9a7cb
commit
92430b4937
|
@ -792,7 +792,7 @@ reexports(JITDylib &SourceJD, SymbolAliasMap Aliases,
|
|||
/// Build a SymbolAliasMap for the common case where you want to re-export
|
||||
/// symbols from another JITDylib with the same linkage/flags.
|
||||
Expected<SymbolAliasMap>
|
||||
buildSimpleReexportsAAliasMap(JITDylib &SourceJD, const SymbolNameSet &Symbols);
|
||||
buildSimpleReexportsAliasMap(JITDylib &SourceJD, const SymbolNameSet &Symbols);
|
||||
|
||||
/// Represents the state that a symbol has reached during materialization.
|
||||
enum class SymbolState : uint8_t {
|
||||
|
|
Loading…
Reference in New Issue