forked from rarias/nixos-riscv
Add llvm-epi clang compiler
This commit is contained in:
10
pkgs/llvm-epi/include-cstdint.patch
Normal file
10
pkgs/llvm-epi/include-cstdint.patch
Normal file
@@ -0,0 +1,10 @@
|
||||
--- a/llvm/include/llvm/Support/Signals.h 2024-09-25 08:34:21.257642944 +0200
|
||||
+++ b/llvm/include/llvm/Support/Signals.h 2024-09-25 08:35:12.593556793 +0200
|
||||
@@ -15,6 +15,7 @@
|
||||
#define LLVM_SUPPORT_SIGNALS_H
|
||||
|
||||
#include <string>
|
||||
+#include <cstdint>
|
||||
|
||||
namespace llvm {
|
||||
class StringRef;
|
||||
Reference in New Issue
Block a user