[PATCH] D151101: Add missing header for uint64_t

Paulo Matos via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 22 07:40:45 PDT 2023


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG0887443b9661: Add missing header for uint64_t (authored by pmatos).

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D151101

Files:
  llvm/include/llvm/Pass.h


Index: llvm/include/llvm/Pass.h
===================================================================
--- llvm/include/llvm/Pass.h
+++ llvm/include/llvm/Pass.h
@@ -28,6 +28,9 @@
 #ifndef LLVM_PASS_H
 #define LLVM_PASS_H
 
+#ifdef EXPENSIVE_CHECKS
+#include <cstdint>
+#endif
 #include <string>
 
 namespace llvm {


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D151101.524304.patch
Type: text/x-patch
Size: 312 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230522/068df764/attachment.bin>


More information about the llvm-commits mailing list