Loading pkgs/development/compilers/llvm/common/compiler-rt/default.nix +4 −0 Original line number Diff line number Diff line Loading @@ -244,6 +244,10 @@ stdenv.mkDerivation (finalAttrs: { ++ lib.optionals (noSanitizers && lib.versionAtLeast release_version "19") [ (lib.cmakeBool "COMPILER_RT_BUILD_CTX_PROFILE" false) ] ++ lib.optional (stdenv.hostPlatform.isAarch64 && !haveLibc) # Fixes https://github.com/NixOS/nixpkgs/issues/393603 (lib.cmakeBool "COMPILER_RT_DISABLE_AARCH64_FMV" true) ++ devExtraCmakeFlags; outputs = [ Loading Loading
pkgs/development/compilers/llvm/common/compiler-rt/default.nix +4 −0 Original line number Diff line number Diff line Loading @@ -244,6 +244,10 @@ stdenv.mkDerivation (finalAttrs: { ++ lib.optionals (noSanitizers && lib.versionAtLeast release_version "19") [ (lib.cmakeBool "COMPILER_RT_BUILD_CTX_PROFILE" false) ] ++ lib.optional (stdenv.hostPlatform.isAarch64 && !haveLibc) # Fixes https://github.com/NixOS/nixpkgs/issues/393603 (lib.cmakeBool "COMPILER_RT_DISABLE_AARCH64_FMV" true) ++ devExtraCmakeFlags; outputs = [ Loading