Displaying 3 results from an estimated 3 matches for "llvm_headers_do_not_build".
2010 Jul 21
1
[LLVMdev] Is there a guide to LLVM's components?
...llvm-nm, "tools\llvm-nm\llvm-nm.vcproj"
llvm-prof, "tools\llvm-prof\llvm-prof.vcproj"
llvm-ranlib, "tools\llvm-ranlib\llvm-ranlib.vcproj"
llvm-stub, "tools\llvm-stub\llvm-stub.vcproj"
llvm_headers_do_not_build, "include\llvm\llvm_headers_do_not_build.vcproj"
not, "utils\not\not.vcproj"
opt, "tools\opt\opt.vcproj"
tblgen, "utils\TableGen\tblgen.vcproj"
Is there a guide that explains the purpose of each? Obviously the...
2014 Mar 08
2
[LLVMdev] Why are the tablegen files excluded from source lists/
My problem is that the .td and .h files are not shown as sources
in the codeblocks (.cbp) output generated by cmake. I’m consuming
the .cbp file with Qt Creator - it’s seems to be an otherwise
excellent tool for llvm development.
It seems that the culprit is llvm_process_sources
function in cmake/modules/LLVMProcessSources.cmake.
The addition of .td sources and header files is wrapped
in the
2010 Jul 22
2
[LLVMdev] Is there a guide to LLVM's components?
...llvm-nm, "tools\llvm-nm\llvm-nm.vcproj"
llvm-prof, "tools\llvm-prof\llvm-prof.vcproj"
llvm-ranlib, "tools\llvm-ranlib\llvm-ranlib.vcproj"
llvm-stub, "tools\llvm-stub\llvm-stub.vcproj"
llvm_headers_do_not_build, "include\llvm\llvm_headers_do_not_build.vcproj"
not, "utils\not\not.vcproj"
opt, "tools\opt\opt.vcproj"
tblgen, "utils\TableGen\tblgen.vcproj"
Is there a guide that explains the purpose of each? Obviously the...