[PATCH] D15938: [test-suite] Prevent timeit and fpcmp from being rebuilt every time make is called.

Matthias Braun via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 6 15:08:41 PST 2016


Because we need to compile then for the host machine, even if everything else is cross compiled to a different target machine.

> On Jan 6, 2016, at 3:03 PM, Mehdi AMINI <mehdi.amini at apple.com> wrote:
> 
> joker.eph added a subscriber: joker.eph.
> joker.eph added a comment.
> 
> I probable lack context but it is not clear to me why we have `custom_target` to begin with? Why aren't `fpcmp` and `timeit` just declared with `add_executable` for which the dependency would be correctly tracked?
> 
> 
> Repository:
>  rL LLVM
> 
> http://reviews.llvm.org/D15938
> 
> 
> 


More information about the llvm-commits mailing list