mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
* gnu/packages/patches/llvm-13-gcc-14.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. * gnu/packages/llvm.scm (llvm-13): Use it. Change-Id: I3b9d3b894b0ae6ffe375d3e22f4f4a07d81a77c5
12 lines
371 B
Diff
12 lines
371 B
Diff
See: https://github.com/smlnj/smlnj/issues/279
|
|
|
|
--- llvm-13.0.1.src/include/llvm/Support/Signals.h.orig 2024-12-08 14:34:21.338967469 +0100
|
|
+++ llvm-13.0.1.src/include/llvm/Support/Signals.h 2024-12-08 14:32:22.486780827 +0100
|
|
@@ -14,6 +14,7 @@
|
|
#ifndef LLVM_SUPPORT_SIGNALS_H
|
|
#define LLVM_SUPPORT_SIGNALS_H
|
|
|
|
+#include <cstdint>
|
|
#include <string>
|
|
|
|
namespace llvm {
|