[compiler-rt] 05a2d70 - Sort HWASAN_RTL_SOURCES alphabetically (NFC).

Evgenii Stepanov via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 31 10:57:00 PDT 2019


Author: Evgenii Stepanov
Date: 2019-10-31T10:56:50-07:00
New Revision: 05a2d70d963b83f1ed68eddd91b017b5f0a0fa72

URL: https://github.com/llvm/llvm-project/commit/05a2d70d963b83f1ed68eddd91b017b5f0a0fa72
DIFF: https://github.com/llvm/llvm-project/commit/05a2d70d963b83f1ed68eddd91b017b5f0a0fa72.diff

LOG: Sort HWASAN_RTL_SOURCES alphabetically (NFC).

Added: 
    

Modified: 
    compiler-rt/lib/hwasan/CMakeLists.txt

Removed: 
    


################################################################################
diff  --git a/compiler-rt/lib/hwasan/CMakeLists.txt b/compiler-rt/lib/hwasan/CMakeLists.txt
index 6563c867127c..636392fa8ae2 100644
--- a/compiler-rt/lib/hwasan/CMakeLists.txt
+++ b/compiler-rt/lib/hwasan/CMakeLists.txt
@@ -12,11 +12,11 @@ set(HWASAN_RTL_SOURCES
   hwasan_memintrinsics.cpp
   hwasan_poisoning.cpp
   hwasan_report.cpp
+  hwasan_setjmp.S
   hwasan_tag_mismatch_aarch64.S
   hwasan_thread.cpp
   hwasan_thread_list.cpp
   hwasan_type_test.cpp
-  hwasan_setjmp.S
   )
 
 set(HWASAN_RTL_CXX_SOURCES


        


More information about the llvm-commits mailing list