Skip to content

Commit bd04d78

Browse files
committed
[cmake][scudo] Add missing headers
1 parent a6e5a4b commit bd04d78

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

compiler-rt/lib/scudo/standalone/CMakeLists.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ set(SCUDO_HEADERS
5252
checksum.h
5353
chunk.h
5454
combined.h
55+
common.h
5556
flags_parser.h
5657
flags.h
5758
fuchsia.h
@@ -61,6 +62,7 @@ set(SCUDO_HEADERS
6162
local_cache.h
6263
memtag.h
6364
mutex.h
65+
options.h
6466
platform.h
6567
primary32.h
6668
primary64.h
@@ -69,6 +71,7 @@ set(SCUDO_HEADERS
6971
report.h
7072
secondary.h
7173
size_class_map.h
74+
stack_depot.h
7275
stats.h
7376
string_utils.h
7477
tsd_exclusive.h

0 commit comments

Comments
 (0)