[Mlir-commits] [clang] [clang-tools-extra] [flang] [libclc] [lld] [lldb] [llvm] [mlir] [polly] [MLIR][CMake] CMAKE_UNITY_BUILD support (PR #187414)
Nikita Popov
llvmlistbot at llvm.org
Wed Mar 25 02:09:18 PDT 2026
================
@@ -12,8 +12,8 @@ if( LLVM_ENABLE_PIC AND LLVM_BINUTILS_INCDIR )
TargetParser
)
- add_llvm_library(LLVMgold MODULE INSTALL_WITH_TOOLCHAIN
- gold-plugin.cpp
- )
+ # add_llvm_library(LLVMgold MODULE INSTALL_WITH_TOOLCHAIN
+ # gold-plugin.cpp
+ # )
----------------
nikic wrote:
I wanted to test this PR on the compile-time tracker, but it failed because LLVMgold.so is missing :)
https://github.com/llvm/llvm-project/pull/187414
More information about the Mlir-commits
mailing list