John and Oscar, 2010/11/3 John Thompson <[email protected]>: > Question: Does the buildbot build for Win32 build for all targets (in case > I check in some platform-specific LLVM tests)?
I guess the log archive "test-results" will help you. eg. clang-i686-xp-msvc9 "cmake" "-DLLVM_TARGETS_TO_BUILD:=X86" "-DLLVM_INCLUDE_EXAMPLES:=OFF" "-DLLVM_INCLUDE_TESTS:=OFF" "-DLLVM_TARGETS_TO_BUILD:=X86" "-G" "Visual Studio 9 2008" ".." I am checking with targets=all. 2010/11/3 Óscar Fuentes <[email protected]>: >> Here's a patch for the Getting Started page to tell people how to change the >> targets: > > LLVM_TARGETS_TO_BUILD is the first variable mentioned on > > http://www.llvm.org/docs/CMake.html#llvmvars > > That page is referenced from > > http://www.llvm.org/docs/GettingStartedVS.html > > Why we should mention that option and not the others? > > (And how does one access www/get_started.html from http://www.llvm.org ?) It must be http://clang.llvm.org/get_started.html ;) (We are in cfe-commits!) ...Takumi _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
