[PATCH] D122630: [scudo] Add missing include for extern variable declaration

Dominic Chen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 29 14:26:39 PDT 2022


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGdb13f5a1b01e: [scudo] Add missing include for extern variable declaration (authored by ddcc).

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D122630

Files:
  compiler-rt/lib/scudo/standalone/checksum.cpp


Index: compiler-rt/lib/scudo/standalone/checksum.cpp
===================================================================
--- compiler-rt/lib/scudo/standalone/checksum.cpp
+++ compiler-rt/lib/scudo/standalone/checksum.cpp
@@ -8,6 +8,7 @@
 
 #include "checksum.h"
 #include "atomic_helpers.h"
+#include "chunk.h"
 
 #if defined(__x86_64__) || defined(__i386__)
 #include <cpuid.h>


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D122630.418985.patch
Type: text/x-patch
Size: 379 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220329/ec12c5d1/attachment.bin>


More information about the llvm-commits mailing list