[clang] [CMake][Release] Build with -ffat-lto-objects (PR #140381)
Nikita Popov via cfe-commits
cfe-commits at lists.llvm.org
Sat Jul 26 07:45:48 PDT 2025
================
@@ -0,0 +1,5 @@
+file(GLOB files ${CPACK_TEMPORARY_INSTALL_DIRECTORY}/lib/*.a ${CPACK_TEMPORARY_INSTALL_DIRECTORY}/lib/*.so*)
----------------
nikic wrote:
I don't think we need `*.so` here? Those shouldn't contain LTO bitcode, right?
https://github.com/llvm/llvm-project/pull/140381
More information about the cfe-commits
mailing list