summaryrefslogtreecommitdiffstats
path: root/build-musl/CMakeFiles/_CMakeLTOTest-C
diff options
context:
space:
mode:
authorsumuel <samuel@yakubos.org>2026-08-17 20:44:55 +0000
committersumuel <samuel@yakubos.org>2026-08-17 20:44:55 +0000
commit76424950e373d3b04ac3dd13019151bfba3e8423 (patch)
tree4c3cfdbda039e592b9186be3e28f8d7cfd439e8a /build-musl/CMakeFiles/_CMakeLTOTest-C
Add the files
Diffstat (limited to 'build-musl/CMakeFiles/_CMakeLTOTest-C')
-rw-r--r--build-musl/CMakeFiles/_CMakeLTOTest-C/bin/.ninja_depsbin0 -> 120 bytes
-rw-r--r--build-musl/CMakeFiles/_CMakeLTOTest-C/bin/.ninja_log5
-rw-r--r--build-musl/CMakeFiles/_CMakeLTOTest-C/bin/CMakeCache.txt269
-rw-r--r--build-musl/CMakeFiles/_CMakeLTOTest-C/bin/CMakeFiles/InstallScripts.json7
-rw-r--r--build-musl/CMakeFiles/_CMakeLTOTest-C/bin/CMakeFiles/TargetDirectories.txt4
-rw-r--r--build-musl/CMakeFiles/_CMakeLTOTest-C/bin/CMakeFiles/boo.dir/main.c.obin0 -> 3320 bytes
-rw-r--r--build-musl/CMakeFiles/_CMakeLTOTest-C/bin/CMakeFiles/cmake.check_cache1
-rw-r--r--build-musl/CMakeFiles/_CMakeLTOTest-C/bin/CMakeFiles/foo.dir/foo.c.obin0 -> 3192 bytes
-rw-r--r--build-musl/CMakeFiles/_CMakeLTOTest-C/bin/CMakeFiles/rules.ninja83
-rwxr-xr-xbuild-musl/CMakeFiles/_CMakeLTOTest-C/bin/boobin0 -> 15368 bytes
-rw-r--r--build-musl/CMakeFiles/_CMakeLTOTest-C/bin/build.ninja183
-rw-r--r--build-musl/CMakeFiles/_CMakeLTOTest-C/bin/cmake_install.cmake61
-rw-r--r--build-musl/CMakeFiles/_CMakeLTOTest-C/bin/libfoo.abin0 -> 3332 bytes
-rw-r--r--build-musl/CMakeFiles/_CMakeLTOTest-C/src/CMakeLists.txt8
-rw-r--r--build-musl/CMakeFiles/_CMakeLTOTest-C/src/foo.c4
-rw-r--r--build-musl/CMakeFiles/_CMakeLTOTest-C/src/main.c6
16 files changed, 631 insertions, 0 deletions
diff --git a/build-musl/CMakeFiles/_CMakeLTOTest-C/bin/.ninja_deps b/build-musl/CMakeFiles/_CMakeLTOTest-C/bin/.ninja_deps
new file mode 100644
index 0000000..967cf5a
--- /dev/null
+++ b/build-musl/CMakeFiles/_CMakeLTOTest-C/bin/.ninja_deps
Binary files differ
diff --git a/build-musl/CMakeFiles/_CMakeLTOTest-C/bin/.ninja_log b/build-musl/CMakeFiles/_CMakeLTOTest-C/bin/.ninja_log
new file mode 100644
index 0000000..d87bbd0
--- /dev/null
+++ b/build-musl/CMakeFiles/_CMakeLTOTest-C/bin/.ninja_log
@@ -0,0 +1,5 @@
+# ninja log v7
+0 12 1786647411816913245 CMakeFiles/foo.dir/foo.c.o 89379cc3347aa4df
+0 13 1786647411819184196 CMakeFiles/boo.dir/main.c.o 90b5ba6f1367ef9
+12 24 1786647411831217832 libfoo.a de9a45994cac8e22
+24 73 1786647411842157507 boo 55d38586dbd23a20
diff --git a/build-musl/CMakeFiles/_CMakeLTOTest-C/bin/CMakeCache.txt b/build-musl/CMakeFiles/_CMakeLTOTest-C/bin/CMakeCache.txt
new file mode 100644
index 0000000..3c62112
--- /dev/null
+++ b/build-musl/CMakeFiles/_CMakeLTOTest-C/bin/CMakeCache.txt
@@ -0,0 +1,269 @@
+# This is the CMakeCache file.
+# For build in directory: /home/king/stuff/fastfetch/build-musl/CMakeFiles/_CMakeLTOTest-C/bin
+# It was generated by CMake: /bin/cmake
+# You can edit this file to change values found and used by cmake.
+# If you do not want to change any of the values, simply exit the editor.
+# If you do want to change a value, simply edit, save, and exit the editor.
+# The syntax for the file is as follows:
+# KEY:TYPE=VALUE
+# KEY is the name of a variable in the cache.
+# TYPE is a hint to GUIs for the type of VALUE, DO NOT EDIT TYPE!.
+# VALUE is the current value for the KEY.
+
+########################
+# EXTERNAL cache entries
+########################
+
+//Choose the type of build, options are: None Debug Release RelWithDebInfo
+// MinSizeRel ...
+CMAKE_BUILD_TYPE:STRING=
+
+//Flags used by the C compiler during all build types.
+CMAKE_C_FLAGS:STRING=
+
+//Flags used by the C compiler during DEBUG builds.
+CMAKE_C_FLAGS_DEBUG:STRING=-g
+
+//Flags used by the C compiler during MINSIZEREL builds.
+CMAKE_C_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG
+
+//Flags used by the C compiler during RELEASE builds.
+CMAKE_C_FLAGS_RELEASE:STRING=-O3 -DNDEBUG
+
+//Flags used by the C compiler during RELWITHDEBINFO builds.
+CMAKE_C_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG
+
+//Flags used by the linker during all build types.
+CMAKE_EXE_LINKER_FLAGS:STRING=
+
+//Flags used by the linker during DEBUG builds.
+CMAKE_EXE_LINKER_FLAGS_DEBUG:STRING=
+
+//Flags used by the linker during MINSIZEREL builds.
+CMAKE_EXE_LINKER_FLAGS_MINSIZEREL:STRING=
+
+//Flags used by the linker during RELEASE builds.
+CMAKE_EXE_LINKER_FLAGS_RELEASE:STRING=
+
+//Flags used by the linker during RELWITHDEBINFO builds.
+CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING=
+
+//Enable/Disable output of build database during the build.
+CMAKE_EXPORT_BUILD_DATABASE:BOOL=
+
+//Enable/Disable output of compile commands during generation.
+CMAKE_EXPORT_COMPILE_COMMANDS:BOOL=
+
+//Value Computed by CMake.
+CMAKE_FIND_PACKAGE_REDIRECTS_DIR:STATIC=/home/king/stuff/fastfetch/build-musl/CMakeFiles/_CMakeLTOTest-C/bin/CMakeFiles/pkgRedirects
+
+//Install path prefix, prepended onto install directories.
+CMAKE_INSTALL_PREFIX:PATH=/usr/local
+
+//No help, variable specified on the command line.
+CMAKE_INTERPROCEDURAL_OPTIMIZATION:UNINITIALIZED=ON
+
+//make program
+CMAKE_MAKE_PROGRAM:FILEPATH=/bin/ninja
+
+//Flags used by the linker during the creation of modules during
+// all build types.
+CMAKE_MODULE_LINKER_FLAGS:STRING=
+
+//Flags used by the linker during the creation of modules during
+// DEBUG builds.
+CMAKE_MODULE_LINKER_FLAGS_DEBUG:STRING=
+
+//Flags used by the linker during the creation of modules during
+// MINSIZEREL builds.
+CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL:STRING=
+
+//Flags used by the linker during the creation of modules during
+// RELEASE builds.
+CMAKE_MODULE_LINKER_FLAGS_RELEASE:STRING=
+
+//Flags used by the linker during the creation of modules during
+// RELWITHDEBINFO builds.
+CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO:STRING=
+
+//Value Computed by CMake
+CMAKE_PROJECT_COMPAT_VERSION:STATIC=
+
+//Value Computed by CMake
+CMAKE_PROJECT_DESCRIPTION:STATIC=
+
+//Value Computed by CMake
+CMAKE_PROJECT_HOMEPAGE_URL:STATIC=
+
+//Value Computed by CMake
+CMAKE_PROJECT_NAME:STATIC=lto-test
+
+//Value Computed by CMake
+CMAKE_PROJECT_SPDX_LICENSE:STATIC=
+
+//Flags used by the linker during the creation of shared libraries
+// during all build types.
+CMAKE_SHARED_LINKER_FLAGS:STRING=
+
+//Flags used by the linker during the creation of shared libraries
+// during DEBUG builds.
+CMAKE_SHARED_LINKER_FLAGS_DEBUG:STRING=
+
+//Flags used by the linker during the creation of shared libraries
+// during MINSIZEREL builds.
+CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL:STRING=
+
+//Flags used by the linker during the creation of shared libraries
+// during RELEASE builds.
+CMAKE_SHARED_LINKER_FLAGS_RELEASE:STRING=
+
+//Flags used by the linker during the creation of shared libraries
+// during RELWITHDEBINFO builds.
+CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO:STRING=
+
+//If set, runtime paths are not added when installing shared libraries,
+// but are added when building.
+CMAKE_SKIP_INSTALL_RPATH:BOOL=NO
+
+//If set, runtime paths are not added when using shared libraries.
+CMAKE_SKIP_RPATH:BOOL=NO
+
+//Flags used by the archiver during the creation of static libraries
+// during all build types.
+CMAKE_STATIC_LINKER_FLAGS:STRING=
+
+//Flags used by the archiver during the creation of static libraries
+// during DEBUG builds.
+CMAKE_STATIC_LINKER_FLAGS_DEBUG:STRING=
+
+//Flags used by the archiver during the creation of static libraries
+// during MINSIZEREL builds.
+CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL:STRING=
+
+//Flags used by the archiver during the creation of static libraries
+// during RELEASE builds.
+CMAKE_STATIC_LINKER_FLAGS_RELEASE:STRING=
+
+//Flags used by the archiver during the creation of static libraries
+// during RELWITHDEBINFO builds.
+CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO:STRING=
+
+//If this value is on, makefiles will be generated without the
+// .SILENT directive, and all commands will be echoed to the console
+// during the make. This is useful for debugging only. With Visual
+// Studio IDE projects all commands are done without /nologo.
+CMAKE_VERBOSE_MAKEFILE:BOOL=ON
+
+//Value Computed by CMake
+lto-test_BINARY_DIR:STATIC=/home/king/stuff/fastfetch/build-musl/CMakeFiles/_CMakeLTOTest-C/bin
+
+//Value Computed by CMake
+lto-test_IS_TOP_LEVEL:STATIC=ON
+
+//Value Computed by CMake
+lto-test_SOURCE_DIR:STATIC=/home/king/stuff/fastfetch/build-musl/CMakeFiles/_CMakeLTOTest-C/src
+
+
+########################
+# INTERNAL cache entries
+########################
+
+//This is the directory where this CMakeCache.txt was created
+CMAKE_CACHEFILE_DIR:INTERNAL=/home/king/stuff/fastfetch/build-musl/CMakeFiles/_CMakeLTOTest-C/bin
+//Major version of cmake used to create the current loaded cache
+CMAKE_CACHE_MAJOR_VERSION:INTERNAL=4
+//Minor version of cmake used to create the current loaded cache
+CMAKE_CACHE_MINOR_VERSION:INTERNAL=3
+//Patch version of cmake used to create the current loaded cache
+CMAKE_CACHE_PATCH_VERSION:INTERNAL=4
+//Path to CMake executable.
+CMAKE_COMMAND:INTERNAL=/bin/cmake
+//Path to cpack program executable.
+CMAKE_CPACK_COMMAND:INTERNAL=/bin/cpack
+//Path to ctest program executable.
+CMAKE_CTEST_COMMAND:INTERNAL=/bin/ctest
+//ADVANCED property for variable: CMAKE_C_FLAGS
+CMAKE_C_FLAGS-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_C_FLAGS_DEBUG
+CMAKE_C_FLAGS_DEBUG-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_C_FLAGS_MINSIZEREL
+CMAKE_C_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_C_FLAGS_RELEASE
+CMAKE_C_FLAGS_RELEASE-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_C_FLAGS_RELWITHDEBINFO
+CMAKE_C_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
+//Path to cache edit program executable.
+CMAKE_EDIT_COMMAND:INTERNAL=/bin/ccmake
+//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS
+CMAKE_EXE_LINKER_FLAGS-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_DEBUG
+CMAKE_EXE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_MINSIZEREL
+CMAKE_EXE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELEASE
+CMAKE_EXE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO
+CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_EXPORT_BUILD_DATABASE
+CMAKE_EXPORT_BUILD_DATABASE-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_EXPORT_COMPILE_COMMANDS
+CMAKE_EXPORT_COMPILE_COMMANDS-ADVANCED:INTERNAL=1
+//Name of external makefile project generator.
+CMAKE_EXTRA_GENERATOR:INTERNAL=
+//Name of generator.
+CMAKE_GENERATOR:INTERNAL=Ninja
+//Generator instance identifier.
+CMAKE_GENERATOR_INSTANCE:INTERNAL=
+//Name of generator platform.
+CMAKE_GENERATOR_PLATFORM:INTERNAL=
+//Name of generator toolset.
+CMAKE_GENERATOR_TOOLSET:INTERNAL=
+//Source directory with the top level CMakeLists.txt file for this
+// project
+CMAKE_HOME_DIRECTORY:INTERNAL=/home/king/stuff/fastfetch/build-musl/CMakeFiles/_CMakeLTOTest-C/src
+//Install .so files without execute permission.
+CMAKE_INSTALL_SO_NO_EXE:INTERNAL=0
+//Name of CMakeLists files to read
+CMAKE_LIST_FILE_NAME:INTERNAL=CMakeLists.txt
+//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS
+CMAKE_MODULE_LINKER_FLAGS-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_DEBUG
+CMAKE_MODULE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL
+CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELEASE
+CMAKE_MODULE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO
+CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
+//number of local generators
+CMAKE_NUMBER_OF_MAKEFILES:INTERNAL=1
+//Path to CMake installation.
+CMAKE_ROOT:INTERNAL=/usr/share/cmake
+//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS
+CMAKE_SHARED_LINKER_FLAGS-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_DEBUG
+CMAKE_SHARED_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL
+CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELEASE
+CMAKE_SHARED_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO
+CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_SKIP_INSTALL_RPATH
+CMAKE_SKIP_INSTALL_RPATH-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_SKIP_RPATH
+CMAKE_SKIP_RPATH-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS
+CMAKE_STATIC_LINKER_FLAGS-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_DEBUG
+CMAKE_STATIC_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL
+CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELEASE
+CMAKE_STATIC_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO
+CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
+CMAKE_SUPPRESS_DEVELOPER_WARNINGS:INTERNAL=FALSE
+//ADVANCED property for variable: CMAKE_VERBOSE_MAKEFILE
+CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1
+
diff --git a/build-musl/CMakeFiles/_CMakeLTOTest-C/bin/CMakeFiles/InstallScripts.json b/build-musl/CMakeFiles/_CMakeLTOTest-C/bin/CMakeFiles/InstallScripts.json
new file mode 100644
index 0000000..18bd5c3
--- /dev/null
+++ b/build-musl/CMakeFiles/_CMakeLTOTest-C/bin/CMakeFiles/InstallScripts.json
@@ -0,0 +1,7 @@
+{
+ "InstallScripts" :
+ [
+ "/home/king/stuff/fastfetch/build-musl/CMakeFiles/_CMakeLTOTest-C/bin/cmake_install.cmake"
+ ],
+ "Parallel" : false
+}
diff --git a/build-musl/CMakeFiles/_CMakeLTOTest-C/bin/CMakeFiles/TargetDirectories.txt b/build-musl/CMakeFiles/_CMakeLTOTest-C/bin/CMakeFiles/TargetDirectories.txt
new file mode 100644
index 0000000..05c1ae1
--- /dev/null
+++ b/build-musl/CMakeFiles/_CMakeLTOTest-C/bin/CMakeFiles/TargetDirectories.txt
@@ -0,0 +1,4 @@
+/home/king/stuff/fastfetch/build-musl/CMakeFiles/_CMakeLTOTest-C/bin/CMakeFiles/foo.dir
+/home/king/stuff/fastfetch/build-musl/CMakeFiles/_CMakeLTOTest-C/bin/CMakeFiles/boo.dir
+/home/king/stuff/fastfetch/build-musl/CMakeFiles/_CMakeLTOTest-C/bin/CMakeFiles/edit_cache.dir
+/home/king/stuff/fastfetch/build-musl/CMakeFiles/_CMakeLTOTest-C/bin/CMakeFiles/rebuild_cache.dir
diff --git a/build-musl/CMakeFiles/_CMakeLTOTest-C/bin/CMakeFiles/boo.dir/main.c.o b/build-musl/CMakeFiles/_CMakeLTOTest-C/bin/CMakeFiles/boo.dir/main.c.o
new file mode 100644
index 0000000..5a18abf
--- /dev/null
+++ b/build-musl/CMakeFiles/_CMakeLTOTest-C/bin/CMakeFiles/boo.dir/main.c.o
Binary files differ
diff --git a/build-musl/CMakeFiles/_CMakeLTOTest-C/bin/CMakeFiles/cmake.check_cache b/build-musl/CMakeFiles/_CMakeLTOTest-C/bin/CMakeFiles/cmake.check_cache
new file mode 100644
index 0000000..3dccd73
--- /dev/null
+++ b/build-musl/CMakeFiles/_CMakeLTOTest-C/bin/CMakeFiles/cmake.check_cache
@@ -0,0 +1 @@
+# This file is generated by cmake for dependency checking of the CMakeCache.txt file
diff --git a/build-musl/CMakeFiles/_CMakeLTOTest-C/bin/CMakeFiles/foo.dir/foo.c.o b/build-musl/CMakeFiles/_CMakeLTOTest-C/bin/CMakeFiles/foo.dir/foo.c.o
new file mode 100644
index 0000000..89eb15c
--- /dev/null
+++ b/build-musl/CMakeFiles/_CMakeLTOTest-C/bin/CMakeFiles/foo.dir/foo.c.o
Binary files differ
diff --git a/build-musl/CMakeFiles/_CMakeLTOTest-C/bin/CMakeFiles/rules.ninja b/build-musl/CMakeFiles/_CMakeLTOTest-C/bin/CMakeFiles/rules.ninja
new file mode 100644
index 0000000..711523b
--- /dev/null
+++ b/build-musl/CMakeFiles/_CMakeLTOTest-C/bin/CMakeFiles/rules.ninja
@@ -0,0 +1,83 @@
+# CMAKE generated file: DO NOT EDIT!
+# Generated by "Ninja" Generator, CMake Version 4.3
+
+# This file contains all the rules used to get the outputs files
+# built from the input files.
+# It is included in the main 'build.ninja'.
+
+# =============================================================================
+# Project: lto-test
+# Configurations:
+# =============================================================================
+# =============================================================================
+
+#############################################
+# Rule for compiling C files.
+
+rule C_COMPILER__foo_unscanned_
+ depfile = $DEP_FILE
+ deps = gcc
+ command = ${LAUNCHER}${CODE_CHECK}/bin/cc $DEFINES $INCLUDES $FLAGS -o $out -c $in
+ description = Building C object $out
+
+
+#############################################
+# Rule for linking C static library.
+
+rule C_STATIC_LIBRARY_LINKER__foo_
+ command = $PRE_LINK && /bin/cmake -E rm -f $TARGET_FILE && "/bin/gcc-ar" qc $TARGET_FILE $LINK_FLAGS $in && "/bin/gcc-ranlib" $TARGET_FILE && $POST_BUILD
+ description = Linking C static library $TARGET_FILE
+ restat = $RESTAT
+
+
+#############################################
+# Rule for compiling C files.
+
+rule C_COMPILER__boo_unscanned_
+ depfile = $DEP_FILE
+ deps = gcc
+ command = ${LAUNCHER}${CODE_CHECK}/bin/cc $DEFINES $INCLUDES $FLAGS -o $out -c $in
+ description = Building C object $out
+
+
+#############################################
+# Rule for linking C executable.
+
+rule C_EXECUTABLE_LINKER__boo_
+ command = $PRE_LINK && /bin/cc $FLAGS $LINK_FLAGS $in -o $TARGET_FILE $LINK_PATH $LINK_LIBRARIES && $POST_BUILD
+ description = Linking C executable $TARGET_FILE
+ restat = $RESTAT
+
+
+#############################################
+# Rule for running custom commands.
+
+rule CUSTOM_COMMAND
+ command = $COMMAND
+ description = $DESC
+
+
+#############################################
+# Rule for re-running cmake.
+
+rule RERUN_CMAKE
+ command = /bin/cmake --regenerate-during-build -S/home/king/stuff/fastfetch/build-musl/CMakeFiles/_CMakeLTOTest-C/src -B/home/king/stuff/fastfetch/build-musl/CMakeFiles/_CMakeLTOTest-C/bin
+ description = Re-running CMake...
+ generator = 1
+
+
+#############################################
+# Rule for cleaning all built files.
+
+rule CLEAN
+ command = /bin/ninja $FILE_ARG -t clean $TARGETS
+ description = Cleaning all built files...
+
+
+#############################################
+# Rule for printing all primary targets available.
+
+rule HELP
+ command = /bin/ninja -t targets
+ description = All primary targets available:
+
diff --git a/build-musl/CMakeFiles/_CMakeLTOTest-C/bin/boo b/build-musl/CMakeFiles/_CMakeLTOTest-C/bin/boo
new file mode 100755
index 0000000..d2ac807
--- /dev/null
+++ b/build-musl/CMakeFiles/_CMakeLTOTest-C/bin/boo
Binary files differ
diff --git a/build-musl/CMakeFiles/_CMakeLTOTest-C/bin/build.ninja b/build-musl/CMakeFiles/_CMakeLTOTest-C/bin/build.ninja
new file mode 100644
index 0000000..7afeeaa
--- /dev/null
+++ b/build-musl/CMakeFiles/_CMakeLTOTest-C/bin/build.ninja
@@ -0,0 +1,183 @@
+# CMAKE generated file: DO NOT EDIT!
+# Generated by "Ninja" Generator, CMake Version 4.3
+
+# This file contains all the build statements describing the
+# compilation DAG.
+
+# =============================================================================
+# Write statements declared in CMakeLists.txt:
+#
+# Which is the root file.
+# =============================================================================
+
+# =============================================================================
+# Project: lto-test
+# Configurations:
+# =============================================================================
+
+#############################################
+# Minimal version of Ninja required by this file
+
+ninja_required_version = 1.5
+
+# =============================================================================
+# Include auxiliary files.
+
+
+#############################################
+# Include rules file.
+
+include CMakeFiles/rules.ninja
+
+# =============================================================================
+
+#############################################
+# Logical path to working directory; prefix for absolute paths.
+
+cmake_ninja_workdir = /home/king/stuff/fastfetch/build-musl/CMakeFiles/_CMakeLTOTest-C/bin/
+# =============================================================================
+# Object build statements for STATIC_LIBRARY target foo
+
+
+#############################################
+# Order-only phony target for foo
+
+build cmake_object_order_depends_target_foo: phony || .
+
+build CMakeFiles/foo.dir/foo.c.o: C_COMPILER__foo_unscanned_ /home/king/stuff/fastfetch/build-musl/CMakeFiles/_CMakeLTOTest-C/src/foo.c || cmake_object_order_depends_target_foo
+ DEP_FILE = CMakeFiles/foo.dir/foo.c.o.d
+ FLAGS = -flto=auto -fno-fat-lto-objects
+ OBJECT_DIR = CMakeFiles/foo.dir
+ OBJECT_FILE_DIR = CMakeFiles/foo.dir
+ TARGET_SUPPORT_DIR = CMakeFiles/foo.dir
+
+
+# =============================================================================
+# Link build statements for STATIC_LIBRARY target foo
+
+
+#############################################
+# Link the static library libfoo.a
+
+build libfoo.a: C_STATIC_LIBRARY_LINKER__foo_ CMakeFiles/foo.dir/foo.c.o
+ LANGUAGE_COMPILE_FLAGS = -flto=auto -fno-fat-lto-objects
+ OBJECT_DIR = CMakeFiles/foo.dir
+ POST_BUILD = :
+ PRE_LINK = :
+ TARGET_FILE = libfoo.a
+ TARGET_PDB = foo.a.dbg
+ TARGET_SUPPORT_DIR = CMakeFiles/foo.dir
+
+# =============================================================================
+# Object build statements for EXECUTABLE target boo
+
+
+#############################################
+# Order-only phony target for boo
+
+build cmake_object_order_depends_target_boo: phony || cmake_object_order_depends_target_foo
+
+build CMakeFiles/boo.dir/main.c.o: C_COMPILER__boo_unscanned_ /home/king/stuff/fastfetch/build-musl/CMakeFiles/_CMakeLTOTest-C/src/main.c || cmake_object_order_depends_target_boo
+ DEP_FILE = CMakeFiles/boo.dir/main.c.o.d
+ FLAGS = -flto=auto -fno-fat-lto-objects
+ OBJECT_DIR = CMakeFiles/boo.dir
+ OBJECT_FILE_DIR = CMakeFiles/boo.dir
+ TARGET_SUPPORT_DIR = CMakeFiles/boo.dir
+
+
+# =============================================================================
+# Link build statements for EXECUTABLE target boo
+
+
+#############################################
+# Link the executable boo
+
+build boo: C_EXECUTABLE_LINKER__boo_ CMakeFiles/boo.dir/main.c.o | libfoo.a || libfoo.a
+ FLAGS = -flto=auto -fno-fat-lto-objects
+ LINK_LIBRARIES = libfoo.a
+ OBJECT_DIR = CMakeFiles/boo.dir
+ POST_BUILD = :
+ PRE_LINK = :
+ TARGET_FILE = boo
+ TARGET_PDB = boo.dbg
+ TARGET_SUPPORT_DIR = CMakeFiles/boo.dir
+
+
+#############################################
+# Utility command for edit_cache
+
+build CMakeFiles/edit_cache.util: CUSTOM_COMMAND
+ COMMAND = cd /home/king/stuff/fastfetch/build-musl/CMakeFiles/_CMakeLTOTest-C/bin && /bin/ccmake -S/home/king/stuff/fastfetch/build-musl/CMakeFiles/_CMakeLTOTest-C/src -B/home/king/stuff/fastfetch/build-musl/CMakeFiles/_CMakeLTOTest-C/bin
+ DESC = Running CMake cache editor...
+ pool = console
+ restat = 1
+
+build edit_cache: phony CMakeFiles/edit_cache.util
+
+
+#############################################
+# Utility command for rebuild_cache
+
+build CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND
+ COMMAND = cd /home/king/stuff/fastfetch/build-musl/CMakeFiles/_CMakeLTOTest-C/bin && /bin/cmake --regenerate-during-build -S/home/king/stuff/fastfetch/build-musl/CMakeFiles/_CMakeLTOTest-C/src -B/home/king/stuff/fastfetch/build-musl/CMakeFiles/_CMakeLTOTest-C/bin
+ DESC = Running CMake to regenerate build system...
+ pool = console
+ restat = 1
+
+build rebuild_cache: phony CMakeFiles/rebuild_cache.util
+
+# =============================================================================
+# Target aliases.
+
+build foo: phony libfoo.a
+
+# =============================================================================
+# Folder targets.
+
+# =============================================================================
+
+#############################################
+# Folder: /home/king/stuff/fastfetch/build-musl/CMakeFiles/_CMakeLTOTest-C/bin
+
+build codegen: phony
+
+# =============================================================================
+
+#############################################
+# Folder: /home/king/stuff/fastfetch/build-musl/CMakeFiles/_CMakeLTOTest-C/bin
+
+build all: phony libfoo.a boo
+
+# =============================================================================
+# Built-in targets
+
+
+#############################################
+# Re-run CMake if any of its inputs changed.
+
+build build.ninja /home/king/stuff/fastfetch/build-musl/CMakeFiles/_CMakeLTOTest-C/bin/cmake_install.cmake: RERUN_CMAKE | /home/king/stuff/fastfetch/build-musl/CMakeFiles/4.3.4/CMakeCCompiler.cmake /home/king/stuff/fastfetch/build-musl/CMakeFiles/4.3.4/CMakeSystem.cmake /home/king/stuff/fastfetch/build-musl/CMakeFiles/_CMakeLTOTest-C/src/CMakeLists.txt /usr/share/cmake/Modules/CMakeCInformation.cmake /usr/share/cmake/Modules/CMakeCommonLanguageInclude.cmake /usr/share/cmake/Modules/CMakeGenericSystem.cmake /usr/share/cmake/Modules/CMakeInitializeConfigs.cmake /usr/share/cmake/Modules/CMakeLanguageInformation.cmake /usr/share/cmake/Modules/CMakeSystemSpecificInformation.cmake /usr/share/cmake/Modules/CMakeSystemSpecificInitialize.cmake /usr/share/cmake/Modules/Compiler/CMakeCommonCompilerMacros.cmake /usr/share/cmake/Modules/Compiler/GNU-C.cmake /usr/share/cmake/Modules/Compiler/GNU.cmake /usr/share/cmake/Modules/Internal/CMakeCLinkerInformation.cmake /usr/share/cmake/Modules/Internal/CMakeCommonLinkerInformation.cmake /usr/share/cmake/Modules/Linker/GNU-C.cmake /usr/share/cmake/Modules/Linker/GNU.cmake /usr/share/cmake/Modules/Platform/Linker/GNU.cmake /usr/share/cmake/Modules/Platform/Linker/Linux-GNU-C.cmake /usr/share/cmake/Modules/Platform/Linker/Linux-GNU.cmake /usr/share/cmake/Modules/Platform/Linux-GNU-C.cmake /usr/share/cmake/Modules/Platform/Linux-GNU.cmake /usr/share/cmake/Modules/Platform/Linux-Initialize.cmake /usr/share/cmake/Modules/Platform/Linux.cmake /usr/share/cmake/Modules/Platform/UnixPaths.cmake CMakeCache.txt
+ pool = console
+
+
+#############################################
+# A missing CMake input file is not an error.
+
+build /home/king/stuff/fastfetch/build-musl/CMakeFiles/4.3.4/CMakeCCompiler.cmake /home/king/stuff/fastfetch/build-musl/CMakeFiles/4.3.4/CMakeSystem.cmake /home/king/stuff/fastfetch/build-musl/CMakeFiles/_CMakeLTOTest-C/src/CMakeLists.txt /usr/share/cmake/Modules/CMakeCInformation.cmake /usr/share/cmake/Modules/CMakeCommonLanguageInclude.cmake /usr/share/cmake/Modules/CMakeGenericSystem.cmake /usr/share/cmake/Modules/CMakeInitializeConfigs.cmake /usr/share/cmake/Modules/CMakeLanguageInformation.cmake /usr/share/cmake/Modules/CMakeSystemSpecificInformation.cmake /usr/share/cmake/Modules/CMakeSystemSpecificInitialize.cmake /usr/share/cmake/Modules/Compiler/CMakeCommonCompilerMacros.cmake /usr/share/cmake/Modules/Compiler/GNU-C.cmake /usr/share/cmake/Modules/Compiler/GNU.cmake /usr/share/cmake/Modules/Internal/CMakeCLinkerInformation.cmake /usr/share/cmake/Modules/Internal/CMakeCommonLinkerInformation.cmake /usr/share/cmake/Modules/Linker/GNU-C.cmake /usr/share/cmake/Modules/Linker/GNU.cmake /usr/share/cmake/Modules/Platform/Linker/GNU.cmake /usr/share/cmake/Modules/Platform/Linker/Linux-GNU-C.cmake /usr/share/cmake/Modules/Platform/Linker/Linux-GNU.cmake /usr/share/cmake/Modules/Platform/Linux-GNU-C.cmake /usr/share/cmake/Modules/Platform/Linux-GNU.cmake /usr/share/cmake/Modules/Platform/Linux-Initialize.cmake /usr/share/cmake/Modules/Platform/Linux.cmake /usr/share/cmake/Modules/Platform/UnixPaths.cmake CMakeCache.txt: phony
+
+
+#############################################
+# Clean all the built files.
+
+build clean: CLEAN
+
+
+#############################################
+# Print all primary targets available.
+
+build help: HELP
+
+
+#############################################
+# Make the all target the default.
+
+default all
diff --git a/build-musl/CMakeFiles/_CMakeLTOTest-C/bin/cmake_install.cmake b/build-musl/CMakeFiles/_CMakeLTOTest-C/bin/cmake_install.cmake
new file mode 100644
index 0000000..96c6b3e
--- /dev/null
+++ b/build-musl/CMakeFiles/_CMakeLTOTest-C/bin/cmake_install.cmake
@@ -0,0 +1,61 @@
+# Install script for directory: /home/king/stuff/fastfetch/build-musl/CMakeFiles/_CMakeLTOTest-C/src
+
+# Set the install prefix
+if(NOT DEFINED CMAKE_INSTALL_PREFIX)
+ set(CMAKE_INSTALL_PREFIX "/usr/local")
+endif()
+string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
+
+# Set the install configuration name.
+if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
+ if(BUILD_TYPE)
+ string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
+ CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
+ else()
+ set(CMAKE_INSTALL_CONFIG_NAME "")
+ endif()
+ message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
+endif()
+
+# Set the component getting installed.
+if(NOT CMAKE_INSTALL_COMPONENT)
+ if(COMPONENT)
+ message(STATUS "Install component: \"${COMPONENT}\"")
+ set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
+ else()
+ set(CMAKE_INSTALL_COMPONENT)
+ endif()
+endif()
+
+# Install shared libraries without execute permission?
+if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE)
+ set(CMAKE_INSTALL_SO_NO_EXE "0")
+endif()
+
+# Is this installation the result of a crosscompile?
+if(NOT DEFINED CMAKE_CROSSCOMPILING)
+ set(CMAKE_CROSSCOMPILING "FALSE")
+endif()
+
+string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT
+ "${CMAKE_INSTALL_MANIFEST_FILES}")
+if(CMAKE_INSTALL_LOCAL_ONLY)
+ file(WRITE "/home/king/stuff/fastfetch/build-musl/CMakeFiles/_CMakeLTOTest-C/bin/install_local_manifest.txt"
+ "${CMAKE_INSTALL_MANIFEST_CONTENT}")
+endif()
+if(CMAKE_INSTALL_COMPONENT)
+ if(CMAKE_INSTALL_COMPONENT MATCHES "^[a-zA-Z0-9_.+-]+$")
+ set(CMAKE_INSTALL_MANIFEST "install_manifest_${CMAKE_INSTALL_COMPONENT}.txt")
+ else()
+ string(MD5 CMAKE_INST_COMP_HASH "${CMAKE_INSTALL_COMPONENT}")
+ set(CMAKE_INSTALL_MANIFEST "install_manifest_${CMAKE_INST_COMP_HASH}.txt")
+ unset(CMAKE_INST_COMP_HASH)
+ endif()
+else()
+ set(CMAKE_INSTALL_MANIFEST "install_manifest.txt")
+endif()
+
+if(NOT CMAKE_INSTALL_LOCAL_ONLY)
+ file(WRITE "/home/king/stuff/fastfetch/build-musl/CMakeFiles/_CMakeLTOTest-C/bin/${CMAKE_INSTALL_MANIFEST}"
+ "${CMAKE_INSTALL_MANIFEST_CONTENT}")
+endif()
diff --git a/build-musl/CMakeFiles/_CMakeLTOTest-C/bin/libfoo.a b/build-musl/CMakeFiles/_CMakeLTOTest-C/bin/libfoo.a
new file mode 100644
index 0000000..db971e4
--- /dev/null
+++ b/build-musl/CMakeFiles/_CMakeLTOTest-C/bin/libfoo.a
Binary files differ
diff --git a/build-musl/CMakeFiles/_CMakeLTOTest-C/src/CMakeLists.txt b/build-musl/CMakeFiles/_CMakeLTOTest-C/src/CMakeLists.txt
new file mode 100644
index 0000000..1f4f11b
--- /dev/null
+++ b/build-musl/CMakeFiles/_CMakeLTOTest-C/src/CMakeLists.txt
@@ -0,0 +1,8 @@
+cmake_minimum_required(VERSION "4.3.4")
+project("lto-test" LANGUAGES C)
+
+cmake_policy(SET CMP0069 NEW)
+
+add_library(foo foo.c)
+add_executable(boo main.c)
+target_link_libraries(boo PUBLIC foo)
diff --git a/build-musl/CMakeFiles/_CMakeLTOTest-C/src/foo.c b/build-musl/CMakeFiles/_CMakeLTOTest-C/src/foo.c
new file mode 100644
index 0000000..6a64a99
--- /dev/null
+++ b/build-musl/CMakeFiles/_CMakeLTOTest-C/src/foo.c
@@ -0,0 +1,4 @@
+int foo(void)
+{
+ return 0x42;
+}
diff --git a/build-musl/CMakeFiles/_CMakeLTOTest-C/src/main.c b/build-musl/CMakeFiles/_CMakeLTOTest-C/src/main.c
new file mode 100644
index 0000000..db0956c
--- /dev/null
+++ b/build-musl/CMakeFiles/_CMakeLTOTest-C/src/main.c
@@ -0,0 +1,6 @@
+int foo(void);
+
+int main(void)
+{
+ return foo();
+}