[PATCH] D129016: [PowerPC] implemented @llvm.ppc.kill.canary to corrupt stack guard

Paul Scoropan via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 6 13:56:50 PDT 2022


pscoro added inline comments.


================
Comment at: llvm/include/llvm/Debuginfod/Debuginfod.h:34
 #include <chrono>
+#include <condition_variable>
 #include <queue>
----------------
Im really unsure how this change got in here, this is not added by me and on a freshly created branch and pull

Any ideas? I'll look into this tomorrow


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D129016



More information about the llvm-commits mailing list