From bd04d78d649bec9b0e10c42d7dcf48af38c3b8f4 Mon Sep 17 00:00:00 2001 From: Vitaly Buka Date: Thu, 27 May 2021 23:05:35 -0700 Subject: [PATCH] [cmake][scudo] Add missing headers --- compiler-rt/lib/scudo/standalone/CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/compiler-rt/lib/scudo/standalone/CMakeLists.txt b/compiler-rt/lib/scudo/standalone/CMakeLists.txt index eaf39b2..8c3708d 100644 --- a/compiler-rt/lib/scudo/standalone/CMakeLists.txt +++ b/compiler-rt/lib/scudo/standalone/CMakeLists.txt @@ -52,6 +52,7 @@ set(SCUDO_HEADERS checksum.h chunk.h combined.h + common.h flags_parser.h flags.h fuchsia.h @@ -61,6 +62,7 @@ set(SCUDO_HEADERS local_cache.h memtag.h mutex.h + options.h platform.h primary32.h primary64.h @@ -69,6 +71,7 @@ set(SCUDO_HEADERS report.h secondary.h size_class_map.h + stack_depot.h stats.h string_utils.h tsd_exclusive.h -- 2.7.4