Add llvm-epi clang compiler

This commit is contained in:
2024-09-25 10:18:14 +02:00
parent 46f699f1c2
commit 8047a6a4eb
4 changed files with 184 additions and 0 deletions

View 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;