OSDN Git Service

[ORC] Add a FIXME.
authorLang Hames <lhames@gmail.com>
Tue, 26 Jun 2018 20:59:49 +0000 (20:59 +0000)
committerLang Hames <lhames@gmail.com>
Tue, 26 Jun 2018 20:59:49 +0000 (20:59 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@335662 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/ExecutionEngine/Orc/Core.h

index 301a2fe..c88d71f 100644 (file)
@@ -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;