From: Lang Hames Date: Tue, 26 Jun 2018 20:59:49 +0000 (+0000) Subject: [ORC] Add a FIXME. X-Git-Tag: android-x86-8.1-r1~1570 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=2338ba3e1106c46c595c5e558c5750343468a462;p=android-x86%2Fexternal-llvm.git [ORC] Add a FIXME. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@335662 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/ExecutionEngine/Orc/Core.h b/include/llvm/ExecutionEngine/Orc/Core.h index 301a2fe0be0..c88d71f4837 100644 --- a/include/llvm/ExecutionEngine/Orc/Core.h +++ b/include/llvm/ExecutionEngine/Orc/Core.h @@ -445,6 +445,9 @@ private: /// and addresses using the AsynchronousSymbolQuery type. It will /// eventually replace the LegacyJITSymbolResolver interface as the /// stardard ORC symbol resolver type. +/// +/// FIXME: SymbolResolvers should go away and be replaced with VSOs with +/// defenition generators. class SymbolResolver { public: virtual ~SymbolResolver() = default;