search for: demez

Displaying 6 results from an estimated 6 matches for "demez".

2018 Feb 26
1
cmake + llvm : issue when embedding llvm
...so others can > correct me if I'm wrong or am giving bad advice. > > If there is no dev package included or available for windows, then > this means that you need to build LLVM yourself, I"m afraid. > > Cheers, > Philip > > 2018-02-23 16:37 GMT+01:00 Christophe Demez > <christophe.demez at luciad.com <mailto:christophe.demez at luciad.com>>: > > Thanks a lot Philip, > > I downloaded theses : > > http://releases.llvm.org/5.0.1/llvm-5.0.1.src.tar.xz > <http://releases.llvm.org/5.0.1/llvm-5.0.1.src.tar.xz>...
2018 Feb 23
0
cmake + llvm : issue when embedding llvm
...eep this discussion on the list (re-added), so others can correct me if I'm wrong or am giving bad advice. If there is no dev package included or available for windows, then this means that you need to build LLVM yourself, I"m afraid. Cheers, Philip 2018-02-23 16:37 GMT+01:00 Christophe Demez <christophe.demez at luciad.com>: > Thanks a lot Philip, > > I downloaded theses : > > http://releases.llvm.org/5.0.1/llvm-5.0.1.src.tar.xz > http://releases.llvm.org/5.0.1/LLVM-5.0.1-win64.exe > > And uncrompress everything in the same folder : C:/Luciad_src/libs/LLV...
2018 Feb 23
3
cmake + llvm : issue when embedding llvm
...    C:/Luciad_src/libs/LLVM/cmake/modules/LLVM-Config.cmake:256 (is_llvm_target_library)       components/query/CMakeLists.txt:15 (llvm_map_components_to_libnames) Is there a problem with my script, or the packages I use ? Any idea ? Thanks for your help -- Luciad Email Signature *Christophe Demez * PROJECT LEADER *LUCIAD* <http://www.luciad.com/> CONNECT •  VISUALIZE •  ANALYZE •  ACT christophe.demez at luciad.com <mailto:christophe.demez at luciad.com> •  T +32 16 23 95 91 Follow us on LinkedIn <https://www.linkedin.com/company/luciad>or @LUCIADconnect <http://www...
2018 Mar 02
2
EngineBuilder().create() => NULL
...ts_to_libnames(llvm_libs Analysis Core ExecutionEngine InstCombine Object RuntimeDyld ScalarOpts Support native mcjit) BTW, I have also try to execute the LLVM example project "HowToUseJIT", and it also return NULL ! And then crash ! Any idea ? -- Luciad Email Signature *Christophe Demez * PROJECT LEADER *LUCIAD* <http://www.luciad.com/> CONNECT •  VISUALIZE •  ANALYZE •  ACT christophe.demez at luciad.com <mailto:christophe.demez at luciad.com> •  T +32 16 23 95 91 Follow us on LinkedIn <https://www.linkedin.com/company/luciad>or @LUCIADconnect <http://www...
2018 Mar 02
0
EngineBuilder().create() => NULL
EngineBuilder should provided an error string option, try printing it out? Zhang > 在 2018年3月2日,上午8:23,Christophe Demez via llvm-dev <llvm-dev at lists.llvm.org> 写道: > > Hi, > > I try to create an execution engine, but I always got a nullptr value : > > _executionEngine = EngineBuilder(std::move(_module)).create(); > > I build my project with cmake and add the following command...
2018 Feb 28
0
LLVM map to specific data model?
...tor<Data> datas;     ... populate the datas     vector<Data> result;     foreach(Data& data : datas)     {       if ( query.filter(data) ) result.push_back(data);     } Do you know a way, or the best way to apply such strategy ? Thx -- Luciad Email Signature *Christophe Demez * PROJECT LEADER *LUCIAD* <http://www.luciad.com/> CONNECT •  VISUALIZE •  ANALYZE •  ACT christophe.demez at luciad.com <mailto:christophe.demez at luciad.com> •  T +32 16 23 95 91 Follow us on LinkedIn <https://www.linkedin.com/company/luciad>or @LUCIADconnect <http://www...