[all-commits] [llvm/llvm-project] 1237c1: Cleanup LLVMBitcode headers
serge-sans-paille via All-commits
all-commits at lists.llvm.org
Mon Feb 7 12:19:41 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1237c1496ff301da71be4702c7513df172937ecf
https://github.com/llvm/llvm-project/commit/1237c1496ff301da71be4702c7513df172937ecf
Author: serge-sans-paille <sguelton at redhat.com>
Date: 2022-02-07 (Mon, 07 Feb 2022)
Changed paths:
M llvm/include/llvm/Bitcode/BitcodeAnalyzer.h
M llvm/include/llvm/Bitcode/BitcodeReader.h
M llvm/lib/Bitcode/Reader/BitReader.cpp
M llvm/lib/Bitcode/Reader/MetadataLoader.cpp
M llvm/lib/Bitcode/Reader/MetadataLoader.h
M llvm/lib/Bitcode/Reader/ValueList.cpp
M llvm/tools/llvm-dis/llvm-dis.cpp
Log Message:
-----------
Cleanup LLVMBitcode headers
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/
Differential Revision: https://reviews.llvm.org/D119091
More information about the All-commits
mailing list