Displaying 5 results from an estimated 5 matches for "baselayert".
2019 Aug 13
2
VModuleKey K not valid here
Hi,
I am getting following assertion failure when attempting to remove a module.
/llvm/ExecutionEngine/Orc/CompileOnDemandLayer.h:311: llvm::Error
llvm::orc::LegacyCompileOnDemandLayer<BaseLayerT, CompileCallbackMgrT,
IndirectStubsMgrT>::removeModule(llvm::orc::VModuleKey) [with
BaseLayerT = llvm::orc::LegacyIRTransformLayer<llvm::orc::LegacyIRCompileLayer<llvm::orc::LegacyRTDyldObjectLinkingLayer,
llvm::orc::SimpleCompiler>,
std::function<std::unique_ptr<llvm::Module>(...
2016 Apr 01
2
Kaleidoscope on Windows - bug maybe found?
...bol(mangle(Name));
}
JITSymbol findSymbol(const std::string &Name) {
return CompileLayer.findSymbol(Name, true);
}
CompileLayerT CompileLayer;
typedef IRCompileLayer<ObjLayerT> CompileLayerT;
C:\llvm\include\llvm\ExecutionEngine\Orc\IRCompileLayer.h
template <typename BaseLayerT> class IRCompileLayer {
JITSymbol findSymbol(const std::string &Name, bool ExportedSymbolsOnly) {
return BaseLayer.findSymbol(Name, ExportedSymbolsOnly);
}
C:\llvm\examples\Kaleidoscope\Orc\initial\toy.cpp
typedef ObjectLinkingLayer<> ObjLayerT;
C:\llvm\include\llvm\Execu...
2016 Apr 01
0
Kaleidoscope on Windows - bug maybe found?
...mbol(const std::string &Name) {
> return CompileLayer.findSymbol(Name, true);
> }
>
> CompileLayerT CompileLayer;
> typedef IRCompileLayer<ObjLayerT> CompileLayerT;
>
> C:\llvm\include\llvm\ExecutionEngine\Orc\IRCompileLayer.h
>
> template <typename BaseLayerT> class IRCompileLayer {
>
> JITSymbol findSymbol(const std::string &Name, bool ExportedSymbolsOnly) {
> return BaseLayer.findSymbol(Name, ExportedSymbolsOnly);
> }
>
> C:\llvm\examples\Kaleidoscope\Orc\initial\toy.cpp
>
> typedef ObjectLinkingLayer<> O...
2019 Aug 13
2
VModuleKey K not valid here
...vm-dev <llvm-dev at lists.llvm.org> wrote:
>>
>> Hi,
>>
>> I am getting following assertion failure when attempting to remove a module.
>>
>> /llvm/ExecutionEngine/Orc/CompileOnDemandLayer.h:311: llvm::Error
>> llvm::orc::LegacyCompileOnDemandLayer<BaseLayerT, CompileCallbackMgrT,
>> IndirectStubsMgrT>::removeModule(llvm::orc::VModuleKey) [with
>> BaseLayerT = llvm::orc::LegacyIRTransformLayer<llvm::orc::LegacyIRCompileLayer<llvm::orc::LegacyRTDyldObjectLinkingLayer,
>> llvm::orc::SimpleCompiler>,
>> std::function<...
2015 May 30
2
[LLVMdev] MCJit interface question
Agreed, that sounds like the best plan. I'll look into moving LLILC to ORC.
Thanks
-Joseph
From: Russell Hadley
Sent: Friday, May 29, 2015 8:13 PM
To: Lang Hames; Joseph Tremoulet
Cc: llvmdev at cs.uiuc.edu
Subject: RE: [LLVMdev] MCJit interface question
Hey Joseph,
What Lang said made me wonder. Is it the right time for us (LLILC) to move to ORC? The long term plan was to go there but