[PATCH] D119091: Cleanup LLVMBitcode headers
serge via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Feb 6 12:57:52 PST 2022
serge-sans-paille created this revision.
serge-sans-paille added reviewers: RKSimon, lenary, MaskRay, mehdi_amini.
Herald added subscribers: ormris, hiraditya.
serge-sans-paille requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
Major user-facing changes:
llvm/Bitcode/BitcodeReader.h no longer includes llvm/IR/ModuleSummaryIndex.h
Some statistics:
clang++ -E -Iinclude -I../llvm/include ../llvm/lib/Bitcode/Reader/*.cpp -std=c++14 -fno-rtti -fno-exceptions | wc -l
after: 493335
before: 539640
Discourse thread on the topic: https://discourse.llvm.org/t/include-what-you-use-include-cleanup/
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D119091
Files:
llvm/include/llvm/Bitcode/BitcodeAnalyzer.h
llvm/include/llvm/Bitcode/BitcodeReader.h
llvm/lib/Bitcode/Reader/BitReader.cpp
llvm/lib/Bitcode/Reader/MetadataLoader.cpp
llvm/lib/Bitcode/Reader/MetadataLoader.h
llvm/lib/Bitcode/Reader/ValueList.cpp
llvm/tools/llvm-dis/llvm-dis.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D119091.406273.patch
Type: text/x-patch
Size: 6144 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220206/6c89f8db/attachment.bin>
More information about the llvm-commits
mailing list