[PATCH] D153048: [CMake] Add missing dependency in llvm Support unittests

Steven Wu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 15 16:32:36 PDT 2023


steven_wu added a comment.

Ah, this is a module specific issue. If you don't have module on, `User.h` will not pull in `Attributes.h` so it is fine without intrinsics_gen. Update commit message.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D153048



More information about the llvm-commits mailing list