[llvm] r335662 - [ORC] Add a FIXME.

Lang Hames via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 26 13:59:49 PDT 2018


Author: lhames
Date: Tue Jun 26 13:59:49 2018
New Revision: 335662

URL: http://llvm.org/viewvc/llvm-project?rev=335662&view=rev
Log:
[ORC] Add a FIXME.

Modified:
    llvm/trunk/include/llvm/ExecutionEngine/Orc/Core.h

Modified: llvm/trunk/include/llvm/ExecutionEngine/Orc/Core.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/ExecutionEngine/Orc/Core.h?rev=335662&r1=335661&r2=335662&view=diff
==============================================================================
--- llvm/trunk/include/llvm/ExecutionEngine/Orc/Core.h (original)
+++ llvm/trunk/include/llvm/ExecutionEngine/Orc/Core.h Tue Jun 26 13:59:49 2018
@@ -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;




More information about the llvm-commits mailing list