[LLVMdev] make check where host != target

Sandeep Patel deeppatel1987 at gmail.com
Wed Jun 24 16:32:14 PDT 2009


Indeed it doesn't matter until you get to the Feature and FrontendC
suites. I'd kinda like to test llvm-gcc along the way. :-)

deep

On Wed, Jun 24, 2009 at 2:30 PM, Evan Cheng<evan.cheng at apple.com> wrote:
> The dejagnu tests are mostly compile tests and / or grep'ing for
> patterns in generated code. It shouldn't matter if host != target.
>
> Evan
>
> On Jun 24, 2009, at 8:08 AM, Sandeep Patel wrote:
>
>> Is make check supposed to work in cases where host != target? I'm
>> seeing a ton of problems where the makefiles are testing $(OS) and
>> trying to test the properties of the target OS, not the host OS.
>>
>> deep
>> _______________________________________________
>> LLVM Developers mailing list
>> LLVMdev at cs.uiuc.edu         http://llvm.cs.uiuc.edu
>> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
>
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu         http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
>




More information about the llvm-dev mailing list