llvmPackages_16.llvm: actually enable libLLVMGold.so

As noted in 3e8355df84, this seems to be
unproblematic. If we keep this disabled, it is unfortunately not
possible to do PGO with the default clang stdenv on GNU platforms.
This commit is contained in:
sternenseemann
2024-01-31 00:15:36 +01:00
parent 3bb3aa2616
commit 19f23dfdde

View File

@@ -14,7 +14,9 @@
, python3
, python3Packages
, libffi
, enableGoldPlugin ? (lib.versions.major release_version != "16" && libbfd.hasPluginAPI)
# TODO: Can this memory corruption bug still occur?
# <https://github.com/llvm/llvm-project/issues/61350>
, enableGoldPlugin ? libbfd.hasPluginAPI
, libbfd
, libpfm
, libxml2