mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-14 11:32:34 +00:00
[Orc] Fix out-of-date comment for the IRCompileLayer.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@234709 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
2ae6c65416
commit
e9136a0993
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user