[llvm] r234709 - [Orc] Fix out-of-date comment for the IRCompileLayer.
Lang Hames
lhames at gmail.com
Sun Apr 12 15:21:48 PDT 2015
Author: lhames
Date: Sun Apr 12 17:21:48 2015
New Revision: 234709
URL: http://llvm.org/viewvc/llvm-project?rev=234709&view=rev
Log:
[Orc] Fix out-of-date comment for the IRCompileLayer.
Modified:
llvm/trunk/include/llvm/ExecutionEngine/Orc/IRCompileLayer.h
Modified: llvm/trunk/include/llvm/ExecutionEngine/Orc/IRCompileLayer.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/ExecutionEngine/Orc/IRCompileLayer.h?rev=234709&r1=234708&r2=234709&view=diff
==============================================================================
--- llvm/trunk/include/llvm/ExecutionEngine/Orc/IRCompileLayer.h (original)
+++ llvm/trunk/include/llvm/ExecutionEngine/Orc/IRCompileLayer.h Sun Apr 12 17:21:48 2015
@@ -53,8 +53,8 @@ public:
void setObjectCache(ObjectCache *NewCache) { ObjCache = NewCache; }
/// @brief Compile each module in the given module set, then then add the
- /// resulting set of objects to the base layer, along with the memory
- // manager MM.
+ /// resulting set of objects to the base layer along with the memory
+ /// manager and symbol resolver.
///
/// @return A handle for the added modules.
template <typename ModuleSetT, typename MemoryManagerPtrT,
More information about the llvm-commits
mailing list