[LLVMdev] VS build is broken again

Anton Korobeynikov asl at math.spbu.ru
Sat May 17 14:00:39 PDT 2008


Hello, Everyone

> IMHO, the only way to keep MSVC build up to date is to monitor the
> commits mailing list watching for changes on the makefiles, reflect the
> change on the MSVS build and test it.
LLVM make system is built with "compile everything in directory"
principle, so it just globs for the list of .cpp files and builds all of
them.

Thus, no changes to makefiles are required at all. This is somehow
orthogonal to MSVC projects files, which requires everything to be
"mentioned" explicitly.

-- 
With best regards, Anton Korobeynikov.

Faculty of Mathematics & Mechanics, Saint Petersburg State University.





More information about the llvm-dev mailing list