[compiler-rt] 749e609 - [NFC][scudo] Sort sources in CMake file
Vitaly Buka via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 29 22:12:42 PDT 2021
Author: Vitaly Buka
Date: 2021-03-29T22:12:20-07:00
New Revision: 749e609ec969d2802407851f3c4c0e62c3946610
URL: https://github.com/llvm/llvm-project/commit/749e609ec969d2802407851f3c4c0e62c3946610
DIFF: https://github.com/llvm/llvm-project/commit/749e609ec969d2802407851f3c4c0e62c3946610.diff
LOG: [NFC][scudo] Sort sources in CMake file
Added:
Modified:
compiler-rt/lib/scudo/standalone/CMakeLists.txt
Removed:
################################################################################
diff --git a/compiler-rt/lib/scudo/standalone/CMakeLists.txt b/compiler-rt/lib/scudo/standalone/CMakeLists.txt
index a88b66da6628..a8211606e87b 100644
--- a/compiler-rt/lib/scudo/standalone/CMakeLists.txt
+++ b/compiler-rt/lib/scudo/standalone/CMakeLists.txt
@@ -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
@@ -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
@@ -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
More information about the llvm-commits
mailing list