Unverified Commit d026dc08 authored by Sandro Jäckel's avatar Sandro Jäckel
Browse files

intel-graphics-compiler: remove buildWithPatches flag and always use patches

parent 026eb0d2
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -14,8 +14,6 @@
  spirv-tools,
  spirv-headers,
  spirv-llvm-translator,

  buildWithPatches ? true,
}:

let
@@ -27,7 +25,7 @@ let
  };

  inherit (llvmPackages_15) lld llvm;
  inherit (if buildWithPatches then opencl-clang else llvmPackages_15) clang libclang;
  inherit (opencl-clang) clang libclang;
  spirv-llvm-translator' = spirv-llvm-translator.override { inherit llvm; };

  # Handholding the braindead build script