Skip to content

Commit

Permalink
[NFC][scudo] Sort sources in CMake file
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalybuka committed Mar 30, 2021
1 parent 51fa9e0 commit 749e609
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions compiler-rt/lib/scudo/standalone/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ set(SCUDO_HEADERS
checksum.h
chunk.h
combined.h
flags.h
flags_parser.h
flags.h
fuchsia.h
internal_defs.h
linux.h
Expand All @@ -80,9 +80,9 @@ set(SCUDO_HEADERS
size_class_map.h
stats.h
string_utils.h
tsd.h
tsd_exclusive.h
tsd_shared.h
tsd.h
vector.h
wrappers_c_checks.h
wrappers_c.h
Expand All @@ -92,10 +92,10 @@ set(SCUDO_HEADERS

set(SCUDO_SOURCES
checksum.cpp
crc32_hw.cpp
common.cpp
flags.cpp
crc32_hw.cpp
flags_parser.cpp
flags.cpp
fuchsia.cpp
linux.cpp
release.cpp
Expand Down

0 comments on commit 749e609

Please sign in to comment.