[PATCH] D140227: [dsymutil] Verify the keep chain when asserts are enabled

Adrian Prantl via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 16 12:26:13 PST 2022


aprantl added inline comments.


================
Comment at: llvm/lib/DWARFLinker/DWARFLinker.cpp:2597
+#ifndef NDEBUG
+        verifyKeepChain(*CurrentUnit);
+#endif
----------------
Since `dsymutil` accepts `--verify` should this maybe be in all builds and enable by that flag?


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

https://reviews.llvm.org/D140227



More information about the llvm-commits mailing list