[all-commits] [llvm/llvm-project] d34add: Fix build (`ninja check` without running `ninja` f...

Mehdi Amini via All-commits all-commits at lists.llvm.org
Sat Nov 14 09:01:59 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: d34add0ba1c2d0c9d1d54c28e519b598128c9edb
      https://github.com/llvm/llvm-project/commit/d34add0ba1c2d0c9d1d54c28e519b598128c9edb
  Author: Mehdi Amini <joker.eph at gmail.com>
  Date:   2020-11-14 (Sat, 14 Nov 2020)

  Changed paths:
    M llvm/unittests/Frontend/CMakeLists.txt

  Log Message:
  -----------
  Fix build (`ninja check` without running `ninja` first)

9218ff50f9 removed the BUILD.txt file, and as a subtle side-effect
libLLVMFrontendOpenACC wasn't a dependency of `ninja check` anymore.
However llvm-config requires all components to be built, and the
relevant test is broken when libLLVMFrontendOpenACC isn't built.

Unittest for libLLVMFrontendOpenACC are pending, but this addition
should fix some bots in the meantime.




More information about the All-commits mailing list