[PATCH] D118781: Reduce dependencies on llvm/BinaryFormat/Dwarf.h

serge via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Feb 2 22:30:47 PST 2022


serge-sans-paille added a comment.

In D118781#3291801 <https://reviews.llvm.org/D118781#3291801>, @MaskRay wrote:

>   $ clang++ -E -Iinclude -I../llvm/include ../llvm/lib/Transforms/Scalar/*.cpp -std=c++14 -fno-rtti -fno-exceptions | wc -l
>   before: 10978519
>   after: 11245451
>
> The number of lines is now larger?

It's not ;-) summary updated


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D118781/new/

https://reviews.llvm.org/D118781



More information about the cfe-commits mailing list