Skip to content

Commit 05a2d70

Browse files
committed
Sort HWASAN_RTL_SOURCES alphabetically (NFC).
1 parent 6773435 commit 05a2d70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler-rt/lib/hwasan/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ set(HWASAN_RTL_SOURCES
1212
hwasan_memintrinsics.cpp
1313
hwasan_poisoning.cpp
1414
hwasan_report.cpp
15+
hwasan_setjmp.S
1516
hwasan_tag_mismatch_aarch64.S
1617
hwasan_thread.cpp
1718
hwasan_thread_list.cpp
1819
hwasan_type_test.cpp
19-
hwasan_setjmp.S
2020
)
2121

2222
set(HWASAN_RTL_CXX_SOURCES

0 commit comments

Comments
 (0)