Skip to content

Commit 749e609

Browse files
committed
[NFC][scudo] Sort sources in CMake file
1 parent 51fa9e0 commit 749e609

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ set(SCUDO_HEADERS
6161
checksum.h
6262
chunk.h
6363
combined.h
64-
flags.h
6564
flags_parser.h
65+
flags.h
6666
fuchsia.h
6767
internal_defs.h
6868
linux.h
@@ -80,9 +80,9 @@ set(SCUDO_HEADERS
8080
size_class_map.h
8181
stats.h
8282
string_utils.h
83-
tsd.h
8483
tsd_exclusive.h
8584
tsd_shared.h
85+
tsd.h
8686
vector.h
8787
wrappers_c_checks.h
8888
wrappers_c.h
@@ -92,10 +92,10 @@ set(SCUDO_HEADERS
9292

9393
set(SCUDO_SOURCES
9494
checksum.cpp
95-
crc32_hw.cpp
9695
common.cpp
97-
flags.cpp
96+
crc32_hw.cpp
9897
flags_parser.cpp
98+
flags.cpp
9999
fuchsia.cpp
100100
linux.cpp
101101
release.cpp

0 commit comments

Comments
 (0)