Displaying 3 results from an estimated 3 matches for "llvmconfig_included".
2012 Jun 29
0
[LLVMdev] [cfe-dev] is configure+make dead yet?
Hi, Óscar:
nice to hear some voice on this. about LLVM_TOOLS_BINARY_DIR, yes, it
made the installed version work only, if you'd like the uninstalled version
to work, it should be detected as you suggested.
about LLVM_INSTALL_PREFIX the purpose is to make it really relocatable,
eg, when installed under /lib/llvm I just later need to move the
installation tree to /lusr/local/lib/llvm
2012 Jun 29
2
[LLVMdev] [cfe-dev] is configure+make dead yet?
...location while not the install tree location, if
> you removed/moved the source tree after installation, the installed version
> will not work properly, surely this is not we wanted?
No, see again how that code block begins:
# If failed, we assume that this is an un-installed build:
if( NOT LLVMCONFIG_INCLUDED )
that means that CMAKE_MODULE_PATH is only modified for an uninstalled
build.
> as to uninstalled support, I think current script doesn'tsupport the cmake
> usage properly,
Why? Please describe a case.
> If this is needed, some further work should be made.
2012 Jun 28
2
[LLVMdev] [cfe-dev] is configure+make dead yet?
hume npx <humeafo at gmail.com> writes:
Sorry for commenting the bug report here, but I can't loging to bugzilla
right now.
> Using cmake should be the right thing if you'd like to support windows, but
> it seems that no enough effort on this build system, eg
> http://llvm.org/bugs/show_bug.cgi?id=12157 three months passed,
There is indeed a problem with the value