1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 02:33:06 +01:00

[ORC] Fix typo in declaration

This commit is contained in:
Lang Hames 2021-07-11 12:21:04 +10:00
parent fa273ae7c0
commit 7bb42fce5b

View File

@ -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 {