[all-commits] [llvm/llvm-project] ed6c45: Add missing dependencies on the flang test target

Mehdi Amini via All-commits all-commits at lists.llvm.org
Mon Apr 13 11:23:24 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: ed6c452edc8121e18ec977a4ac93ab43d95fe78d
      https://github.com/llvm/llvm-project/commit/ed6c452edc8121e18ec977a4ac93ab43d95fe78d
  Author: Mehdi Amini <joker.eph at gmail.com>
  Date:   2020-04-13 (Mon, 13 Apr 2020)

  Changed paths:
    M flang/test/CMakeLists.txt

  Log Message:
  -----------
  Add missing dependencies on the flang test target

Without this, the LLVM utilities (FileCheck) aren't built when running
`ninja check-flang` and it fails with:

llvm-project/llvm/utils/lit/lit/llvm/subst.py:134: fatal: Did not find FileCheck in...

Also the modules aren't built without depending on `module_files`, which
makes multiple tests failing.

Differential Revision: https://reviews.llvm.org/D78036




More information about the All-commits mailing list