[all-commits] [llvm/llvm-project] 03e863: [CMake] Add missing dependency in llvm Support uni...

Steven Wu via All-commits all-commits at lists.llvm.org
Fri Jun 16 09:47:59 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 03e8637a9162204d24439f503950bf8c53ce18eb
      https://github.com/llvm/llvm-project/commit/03e8637a9162204d24439f503950bf8c53ce18eb
  Author: Steven Wu <stevenwu at apple.com>
  Date:   2023-06-16 (Fri, 16 Jun 2023)

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

  Log Message:
  -----------
  [CMake] Add missing dependency in llvm Support unittests

Casting.cpp in llvm unittests includes "llvm/IR/User.h" which depends on
intrinsic_gen if using module because it needs to build IR module including
`Attributes.h`.

Reviewed By: dblaikie

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




More information about the All-commits mailing list