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.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Could you include some details, if you can find them, about which commit introduced this dependency?
Comment Actions
I didn't check. I just want to do a quite test on SupportTests and realized it doesn't build anymore. I will do a quick search and make sure to put the context in the commit message.
Comment Actions
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.