[PATCH] D125777: [llvm-debuginfo-analyzer] 02 - Driver and documentation

Carlos Alberto Enciso via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 18 04:36:02 PDT 2022


CarlosAlbertoEnciso added a comment.

Originally committed in fe7a3cedf77125a6309150d85cecbc20b1a31775 <https://reviews.llvm.org/rGfe7a3cedf77125a6309150d85cecbc20b1a31775>

Reverted in 26dd64ba9cfabe5474bb207f3b7099965f81fed7 <https://reviews.llvm.org/rG26dd64ba9cfabe5474bb207f3b7099965f81fed7>

Buildbot failures:
https://lab.llvm.org/buildbot#builders/139/builds/29663

- unittest trigger an invalid assertion.

https://lab.llvm.org/buildbot#builders/196/builds/19665

- 'has virtual functions but non-virtual destructor' warning as error.

Recommitted with fix in c28a977b87defd2f37fd0808d7ba6173133744ce <https://reviews.llvm.org/rGc28a977b87defd2f37fd0808d7ba6173133744ce>:

- Removed the assertion.
- Added virtual destructor.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D125777



More information about the llvm-commits mailing list