lol

Merge pull request #295358 from SharzyL/llvm17_libunwind

llvmPackages_17.clangUseLLVM: apply omitted #220520

authored by

a-n-n-a-l-e-e and committed by
GitHub
365bae4c ab6071eb

+1
+1
pkgs/development/compilers/llvm/17/default.nix
··· 213 213 (!stdenv.targetPlatform.isWasm && stdenv.targetPlatform.useLLVM or false) 214 214 "-lunwind" 215 215 ++ lib.optional stdenv.targetPlatform.isWasm "-fno-exceptions"; 216 + nixSupport.cc-ldflags = lib.optionals (!stdenv.targetPlatform.isWasm) [ "-L${targetLlvmLibraries.libunwind}/lib" ]; 216 217 }; 217 218 218 219 clangNoLibcxx = wrapCCWith rec {