[all-commits] [llvm/llvm-project] 1e396a: [Symbolizer] Move ctor/dtor into .cpp file

Benjamin Kramer via All-commits all-commits at lists.llvm.org
Thu Feb 24 05:20:59 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 1e396affca6a0d21247d960c93a415e8f6fe0301
      https://github.com/llvm/llvm-project/commit/1e396affca6a0d21247d960c93a415e8f6fe0301
  Author: Benjamin Kramer <benny.kra at googlemail.com>
  Date:   2022-02-24 (Thu, 24 Feb 2022)

  Changed paths:
    M llvm/include/llvm/DebugInfo/Symbolize/Symbolize.h
    M llvm/lib/DebugInfo/Symbolize/Symbolize.cpp

  Log Message:
  -----------
  [Symbolizer] Move ctor/dtor into .cpp file

On some standard library configurations these have a dependency on the
complete type of SymbolizableModule. They also do a lot of
copying/freeing so no point in inlining them.




More information about the All-commits mailing list