[cfe-commits] [PATCH] getting_started.html and cmake, and questions

NAKAMURA Takumi geek4civic at gmail.com
Thu Nov 4 00:28:09 PDT 2010


John and Oscar,

2010/11/3 John Thompson <john.thompson.jtsoftware at gmail.com>:
> 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 <ofv at wanadoo.es>:
>> 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




More information about the cfe-commits mailing list