[PATCH] D33048: [CMake] runtimes test targets need to depend on LLVM tools

George Karpenkov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 10 17:47:02 PDT 2017


george.karpenkov added a comment.

@phosek probably you are right, sorry.

Do you mean it brakes if you put `compiler-rt` into `runtimes` out of `projects`?

Somehow though it works for me, but I'm not entirely sure what sequence of invocations is causing the build of the contents of `projects` directory.
I've added that as I was trying to move `libfuzzer` to `runtimes`, and its tests require `asan` to be present.

In any case, removing the line.


Repository:
  rL LLVM

https://reviews.llvm.org/D33048





More information about the llvm-commits mailing list