[PATCH] D116781: [DebugInfo] Move the SymbolizableObjectFile header to include/llvm.

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 7 16:37:51 PST 2022


MaskRay added subscribers: dblaikie, MaskRay.
MaskRay added a comment.

@dblaikie

Moving classes from .cpp to .h usually requires some mechanism to prevent folks (who are making refactorings) from undoing the change.
This can sometimes by done by having a unit test.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D116781



More information about the llvm-commits mailing list