forked from OSchip/llvm-project
FIXME comment shouldn't have been doxygen style
llvm-svn: 193131
This commit is contained in:
parent
874fa0f6c7
commit
2fb40ce1dc
|
@ -153,7 +153,7 @@ public:
|
|||
/// called the MCJIT execution engine will reapply relocations for a loaded
|
||||
/// object.
|
||||
/// Is it OK to finalize a set of modules, add modules and finalize again.
|
||||
/// FIXME: Do we really need both of these?
|
||||
// FIXME: Do we really need both of these?
|
||||
virtual void finalizeObject();
|
||||
virtual void finalizeModule(Module *);
|
||||
void finalizeLoadedModules();
|
||||
|
|
Loading…
Reference in New Issue