[all-commits] [llvm/llvm-project] 2ace69: Don't install clang-import-test

Alexander Richardson via All-commits all-commits at lists.llvm.org
Wed Jun 24 04:25:26 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 2ace69339ffe3d3432b1fb930f51b490bb8856c8
      https://github.com/llvm/llvm-project/commit/2ace69339ffe3d3432b1fb930f51b490bb8856c8
  Author: Alex Richardson <Alexander.Richardson at cl.cam.ac.uk>
  Date:   2020-06-24 (Wed, 24 Jun 2020)

  Changed paths:
    M clang/tools/clang-import-test/CMakeLists.txt

  Log Message:
  -----------
  Don't install clang-import-test

I have been trying to reduce the installed size of our CHERI toolchain and
noticed that this tool was being installed even with -DLLVM_INSTALL_TOOLCHAIN_ONLY=ON.
This appears to be a test binary that should not be installed.

Reviewed By: v.g.vassilev
Differential Revision: https://reviews.llvm.org/D82169




More information about the All-commits mailing list