We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51fa9e0 commit 749e609Copy full SHA for 749e609
compiler-rt/lib/scudo/standalone/CMakeLists.txt
@@ -61,8 +61,8 @@ set(SCUDO_HEADERS
61
checksum.h
62
chunk.h
63
combined.h
64
- flags.h
65
flags_parser.h
+ flags.h
66
fuchsia.h
67
internal_defs.h
68
linux.h
@@ -80,9 +80,9 @@ set(SCUDO_HEADERS
80
size_class_map.h
81
stats.h
82
string_utils.h
83
- tsd.h
84
tsd_exclusive.h
85
tsd_shared.h
+ tsd.h
86
vector.h
87
wrappers_c_checks.h
88
wrappers_c.h
@@ -92,10 +92,10 @@ set(SCUDO_HEADERS
92
93
set(SCUDO_SOURCES
94
checksum.cpp
95
- crc32_hw.cpp
96
common.cpp
97
- flags.cpp
+ crc32_hw.cpp
98
flags_parser.cpp
+ flags.cpp
99
fuchsia.cpp
100
linux.cpp
101
release.cpp
0 commit comments