[PATCH] D57224: [CMake] Quick-Fix FileCheck target does not exist when building against LLVM install-tree with COMPILER_RT_INCLUDE_TESTS=ON

Filipe Cabecinhas via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 25 07:18:22 PST 2019


filcab added a comment.

Hah, I had the exact same fix on our private branch.

I think this might create problems if you generate files from cmake and immediately run `ninja check-sanitizer` (without building the rest of llvm). Can you check if that works? If so, it's an LGTM.

Thank you,
Filipe


Repository:
  rCRT Compiler Runtime

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D57224/new/

https://reviews.llvm.org/D57224





More information about the llvm-commits mailing list