[PATCH] D123869: [llvm-profgen] Add process filter for perf reader

Michael Kruse via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 18 10:59:56 PDT 2022


Meinersbur added inline comments.


================
Comment at: llvm/tools/llvm-profgen/PerfReader.h:16
 #include "llvm/Support/Regex.h"
+#include <bits/stdint-uintn.h>
 #include <cstdint>
----------------
This broke the [[ https://lab.llvm.org/buildbot/#/builders/172/builds/11162 | Windows build ]]. `bits/stdint-uintn.h` is platform-specific.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D123869



More information about the llvm-commits mailing list