[libc-commits] [libc] 8e99ad6 - [libc][Obvious] Rearrange few header targets to satisfy dependency order.

Siva Chandra Reddy via libc-commits libc-commits at lists.llvm.org
Tue Aug 16 15:34:23 PDT 2022


Author: Siva Chandra Reddy
Date: 2022-08-16T22:33:45Z
New Revision: 8e99ad6546fcdb6e91e3ead8f982f6ee107d29b8

URL: https://github.com/llvm/llvm-project/commit/8e99ad6546fcdb6e91e3ead8f982f6ee107d29b8
DIFF: https://github.com/llvm/llvm-project/commit/8e99ad6546fcdb6e91e3ead8f982f6ee107d29b8.diff

LOG: [libc][Obvious] Rearrange few header targets to satisfy dependency order.

Added: 
    

Modified: 
    libc/include/llvm-libc-types/CMakeLists.txt

Removed: 
    


################################################################################
diff  --git a/libc/include/llvm-libc-types/CMakeLists.txt b/libc/include/llvm-libc-types/CMakeLists.txt
index e766b3e1fe2d0..b0f520b8425fb 100644
--- a/libc/include/llvm-libc-types/CMakeLists.txt
+++ b/libc/include/llvm-libc-types/CMakeLists.txt
@@ -1,3 +1,5 @@
+add_header(off64_t HDR off64_t.h)
+add_header(size_t HDR size_t.h)
 add_header(__bsearchcompare_t HDR __bsearchcompare_t.h)
 add_header(__call_once_func_t HDR __call_once_func_t.h)
 add_header(__futex_word HDR __futex_word.h)
@@ -23,14 +25,12 @@ add_header(ino_t HDR ino_t.h)
 add_header(mode_t HDR mode_t.h)
 add_header(mtx_t HDR mtx_t.h DEPENDS .__futex_word .__mutex_type)
 add_header(off_t HDR off_t.h)
-add_header(off64_t HDR off64_t.h)
 add_header(once_flag HDR once_flag.h DEPENDS .__futex_word)
 add_header(pthread_attr_t HDR pthread_attr_t.h DEPENDS .size_t)
 add_header(pthread_key_t HDR pthread_key_t.h)
 add_header(pthread_mutex_t HDR pthread_mutex_t.h DEPENDS .__futex_word .__mutex_type)
 add_header(pthread_t HDR pthread_t.h DEPENDS .__thread_type)
 add_header(pthread_mutexattr_t HDR pthread_mutexattr_t.h)
-add_header(size_t HDR size_t.h)
 add_header(ssize_t HDR ssize_t.h)
 add_header(struct_dirent HDR struct_dirent.h DEPENDS .ino_t .off_t)
 add_header(struct_sigaction HDR struct_sigaction.h)


        


More information about the libc-commits mailing list