Displaying 1 result from an estimated 1 matches for "path_to_project".
2008 Nov 20
2
[LLVMdev] compiling the tutorial
...me if they are linked in.
> typedef ExecutionEngine *(*EECtorFn)(ModuleProvider*, std::string*,
> bool Fast);
> static EECtorFn JITCtor, InterpCtor;
so I suppose that somehow I'm missing a library, but in my project
settings I added "<path_to_project>\llvm\*.lib" in the
linker>input>additional dependencies (proof it works is that the
tutorial compiles and links just fine), and the contents of that
directory are
> Analysis.lib
> analysis.pdb
> Archive.lib
> archive.pdb
> AsmParser.lib
> asmparser.pdb
> Bitco...