Reduce include dependencies by no longer including Pass.h from
DataLayout.h. That include seemed irrelevant to DataLayout, as
wee as lots of users of DataLayout.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
That include seemed irrelevant to DataLayout, as
wee as lots of users of DataLayout.
Typo in commit message (well as...), worth fixing before landing.
lgtm
llvm/include/llvm/IR/DataLayout.h | ||
---|---|---|
622–623 | I guess this is the main reason for the Type.h include. |
I guess this is the main reason for the Type.h include.