nixpkgs/pkgs/development/compilers/swift/compiler
Sergei Trofimovich e5ec997164 swift: fix build against gcc-13
Without the change `swift` build fails on bundled `llvm` on
`staging-next` as:

    In file included from /build/src/llvm-project/llvm/lib/Support/Signals.cpp:14:
    /build/src/llvm-project/llvm/include/llvm/Support/Signals.h:119:24:
        error: unknown type name 'uintptr_t'; did you mean '__intptr_t'?
      void CleanupOnSignal(uintptr_t Context);
                           ^~~~~~~~~
                           __intptr_t

THe change pulls in upstream fix.
2024-01-03 19:54:04 +00:00
..
patches swift: 5.7.3 -> 5.8 2023-04-30 15:03:20 +02:00
default.nix swift: fix build against gcc-13 2024-01-03 19:54:04 +00:00