[LLVMdev] How to choose targets to build in CMake?
NAKAMURA Takumi
geek4civic at gmail.com
Tue Mar 15 03:00:20 PDT 2011
On Tue, Mar 15, 2011 at 6:34 PM, Dongrui She <sarevokcc at gmail.com> wrote:
> However, I get the following errors whenever I don't include X86 in the
> target list:
on top of trunk, it seems cmake requires at least "native" (for yours,
X86) target.
(I reconfirmed with -DLLVM_TARGETS_TO_BUILD=ARM on x86)
For workaround, you have to include "X86" always.
...Takumi
More information about the llvm-dev
mailing list