From: Lang Hames Date: Fri, 23 Aug 2019 20:37:26 +0000 (+0000) Subject: [ORC] Fix an incorrect comment. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=634e339c028efb8eadb254601f707813ce5bd3fe;p=llvm [ORC] Fix an incorrect comment. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@369807 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/ExecutionEngine/Orc/Core.h b/include/llvm/ExecutionEngine/Orc/Core.h index 196bd1fffd0..599aa35db5c 100644 --- a/include/llvm/ExecutionEngine/Orc/Core.h +++ b/include/llvm/ExecutionEngine/Orc/Core.h @@ -51,8 +51,7 @@ using SymbolMap = DenseMap; /// A map from symbol names (as SymbolStringPtrs) to JITSymbolFlags. using SymbolFlagsMap = DenseMap; -/// A base class for materialization failures that allows the failing -/// symbols to be obtained for logging. +/// A map from JITDylibs to sets of symbols. using SymbolDependenceMap = DenseMap; /// A list of (JITDylib*, bool) pairs.