mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 10:42:39 +01:00
[ORC] Fix typo in declaration
This commit is contained in:
parent
fa273ae7c0
commit
7bb42fce5b
@ -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
Block a user