From fdf1a855e01fc935e37c282308a5c4ecbcedb79b Mon Sep 17 00:00:00 2001 From: Lang Hames Date: Wed, 11 Jul 2018 04:39:11 +0000 Subject: [ORC] Add unit tests for the reexports utility that were left out of r336741, and fix a bug that these exposed. llvm-svn: 336760 --- llvm/lib/ExecutionEngine/Orc/Core.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/lib/ExecutionEngine') diff --git a/llvm/lib/ExecutionEngine/Orc/Core.cpp b/llvm/lib/ExecutionEngine/Orc/Core.cpp index 38f2213a85f..7272cd6014d 100644 --- a/llvm/lib/ExecutionEngine/Orc/Core.cpp +++ b/llvm/lib/ExecutionEngine/Orc/Core.cpp @@ -462,7 +462,7 @@ void ReExportsMaterializationUnit::materialize( // FIXME: We're creating a SymbolFlagsMap and a std::map of // std::sets just to add one dependency here. This needs a // re-think. - Resolved.insert(KV.first); + Resolved.insert(KV.second.Aliasee); } QueryInfo->R.resolve(ResolutionMap); -- cgit v1.2.3