From 92430b4937911f935a45f6bd43d70cd5adb0fd51 Mon Sep 17 00:00:00 2001 From: Lang Hames Date: Sun, 11 Jul 2021 12:21:04 +1000 Subject: [PATCH] [ORC] Fix typo in declaration --- llvm/include/llvm/ExecutionEngine/Orc/Core.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/include/llvm/ExecutionEngine/Orc/Core.h b/llvm/include/llvm/ExecutionEngine/Orc/Core.h index 42bcffd..9219e28 100644 --- a/llvm/include/llvm/ExecutionEngine/Orc/Core.h +++ b/llvm/include/llvm/ExecutionEngine/Orc/Core.h @@ -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 -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 { -- 2.7.4