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

Fangrui Song via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Feb 2 13:22:36 PST 2022


MaskRay added a comment.

  $ 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?


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