[libc][NFC] Sort dependencies
authorGuillaume Chatelet <gchatelet@google.com>
Tue, 7 Feb 2023 12:58:26 +0000 (12:58 +0000)
committerGuillaume Chatelet <gchatelet@google.com>
Tue, 7 Feb 2023 13:16:53 +0000 (13:16 +0000)
libc/src/__support/CMakeLists.txt
utils/bazel/llvm-project-overlay/libc/BUILD.bazel

index b6f934c..6892bd0 100644 (file)
@@ -31,10 +31,10 @@ add_header_library(
 add_header_library(
   common
   HDRS
-    macros/architectures.h
     common.h
-    macros/cpu_features.h
     endian.h
+    macros/architectures.h
+    macros/cpu_features.h
 )
 
 add_header_library(
index 5637536..ae271b1 100644 (file)
@@ -77,10 +77,10 @@ libc_support_library(
 libc_support_library(
     name = "__support_common",
     hdrs = [
-        "src/__support/macros/architectures.h",
         "src/__support/common.h",
-        "src/__support/macros/cpu_features.h",
         "src/__support/endian.h",
+        "src/__support/macros/architectures.h",
+        "src/__support/macros/cpu_features.h",
     ],
 )