I checked this patch on my own build on RHEL 6. Regressions were OK.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
Thanks for the cleanup, please keep the habit of uploading with context, it helps :)
include/llvm/Bitcode/BitstreamReader.h | ||
---|---|---|
33 ↗ | (On Diff #68558) | Can you confirm: all these extra headers are for things needed by the current header but are included transitively right now? |
Comment Actions
I'll try to not forget to include full diff. However, I don't understand why Differential could not do this itself. After all base version is included into diff :-)
include/llvm/Bitcode/BitstreamReader.h | ||
---|---|---|
33 ↗ | (On Diff #68558) | Yes, all added headers are really used. I always check IWYU warnings manually. |