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

Wenlei He via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 18 11:03:39 PDT 2022


wenlei added inline comments.


================
Comment at: llvm/tools/llvm-profgen/PerfReader.h:16
 #include "llvm/Support/Regex.h"
+#include <bits/stdint-uintn.h>
 #include <cstdint>
----------------
Meinersbur wrote:
> This broke the [[ https://lab.llvm.org/buildbot/#/builders/172/builds/11162 | Windows build ]]. `bits/stdint-uintn.h` is platform-specific.
Ops, sorry this change wasn't intentional, just pushed in a fix to remove it.  https://reviews.llvm.org/rG526af13ebaa9


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