summaryrefslogtreecommitdiffstats
path: root/llvm/include/llvm/ExecutionEngine/Orc
diff options
context:
space:
mode:
authorLang Hames <lhames@gmail.com>2018-06-26 20:59:49 +0000
committerLang Hames <lhames@gmail.com>2018-06-26 20:59:49 +0000
commit9725cf85d1dee711e165d331e8cb9dee102d1685 (patch)
tree5369994c7cfa75af8d0e7a89bab478bed9c4a090 /llvm/include/llvm/ExecutionEngine/Orc
parentec8f5c8e5aa0989cbde7bc5e6190e5267fa074e4 (diff)
downloadbcm5719-llvm-9725cf85d1dee711e165d331e8cb9dee102d1685.tar.gz
bcm5719-llvm-9725cf85d1dee711e165d331e8cb9dee102d1685.zip
[ORC] Add a FIXME.
llvm-svn: 335662
Diffstat (limited to 'llvm/include/llvm/ExecutionEngine/Orc')
-rw-r--r--llvm/include/llvm/ExecutionEngine/Orc/Core.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/llvm/include/llvm/ExecutionEngine/Orc/Core.h b/llvm/include/llvm/ExecutionEngine/Orc/Core.h
index 301a2fe0be0..c88d71f4837 100644
--- a/llvm/include/llvm/ExecutionEngine/Orc/Core.h
+++ b/llvm/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;
OpenPOWER on IntegriCloud