Commit f7a05100 authored by Emily's avatar Emily
Browse files

swift: don’t build LLVM tools

These aren’t required by the build, and fail to compile with the
LLVM 21 / Darwin system libc++ changes.
parent fd76dc9e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -532,6 +532,7 @@ stdenv.mkDerivation {
    # - We can further reduce targets to just our targetPlatform.
    cmakeFlags="
      -GNinja
      -DLLVM_BUILD_TOOLS=NO
      -DLLVM_ENABLE_PROJECTS=clang
      -DLLVM_TARGETS_TO_BUILD=${
        {