[compiler-rt] 014c033 - [NFC] Fix order in global_symbols.txt.

Florian Mayer via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 16 13:34:46 PST 2022


Author: Florian Mayer
Date: 2022-02-16T13:34:02-08:00
New Revision: 014c0333b9e43ec0cd4daf1487cddbc3fc49b103

URL: https://github.com/llvm/llvm-project/commit/014c0333b9e43ec0cd4daf1487cddbc3fc49b103
DIFF: https://github.com/llvm/llvm-project/commit/014c0333b9e43ec0cd4daf1487cddbc3fc49b103.diff

LOG: [NFC] Fix order in global_symbols.txt.

I added posix_madvise out of order before.

Added: 
    

Modified: 
    compiler-rt/lib/sanitizer_common/symbolizer/scripts/global_symbols.txt

Removed: 
    


################################################################################
diff  --git a/compiler-rt/lib/sanitizer_common/symbolizer/scripts/global_symbols.txt b/compiler-rt/lib/sanitizer_common/symbolizer/scripts/global_symbols.txt
index 2e70dd94d9c0..98e24ef8c7fa 100644
--- a/compiler-rt/lib/sanitizer_common/symbolizer/scripts/global_symbols.txt
+++ b/compiler-rt/lib/sanitizer_common/symbolizer/scripts/global_symbols.txt
@@ -110,6 +110,7 @@ mkdir U
 munmap U
 newlocale U
 perror U
+posix_madvise U
 posix_spawn U
 posix_spawn_file_actions_adddup2 U
 posix_spawn_file_actions_addopen U
@@ -175,4 +176,3 @@ wmemcpy U
 wmemmove U
 wmemset U
 write U
-posix_madvise U


        


More information about the llvm-commits mailing list