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

Mehdi AMINI via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 6 15:03:19 PST 2016


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