[PATCH] D151906: [BOLT][DWARF] Fix new debug re-writer

Alexander Yermolovich via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 22 13:19:54 PDT 2023


ayermolo added inline comments.


================
Comment at: bolt/include/bolt/Core/DIEBuilder.h:31
+#include <memory>
+#include <mutex>
+#include <optional>
----------------
maksfb wrote:
> Are you actually using mutexes?
Removed this, and cleaned up in general.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D151906



More information about the llvm-commits mailing list