[ORC] Fix typo in declaration
authorLang Hames <lhames@gmail.com>
Sun, 11 Jul 2021 02:21:04 +0000 (12:21 +1000)
committerLang Hames <lhames@gmail.com>
Sat, 17 Jul 2021 06:10:15 +0000 (16:10 +1000)
llvm/include/llvm/ExecutionEngine/Orc/Core.h

index 42bcffd..9219e28 100644 (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 {