You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-12-30 18:30:54 +00:00
Merge pull request #113857 from bruvzg/llvm21
Fix build errors and warnings with LLVM-21
This commit is contained in:
1
thirdparty/README.md
vendored
1
thirdparty/README.md
vendored
@@ -132,6 +132,7 @@ Files extracted from upstream source:
|
||||
Patches:
|
||||
|
||||
- `0001-disable-exceptions.patch` (GH-80796)
|
||||
- `0002-llvm-21-header.patch` (GH-113850)
|
||||
|
||||
|
||||
## cvtt
|
||||
|
||||
@@ -13,6 +13,7 @@
|
||||
#include "clipper2/clipper.version.h"
|
||||
#include <cstdint>
|
||||
#include <vector>
|
||||
#include <iterator>
|
||||
#include <string>
|
||||
#include <iostream>
|
||||
#include <algorithm>
|
||||
|
||||
12
thirdparty/clipper2/patches/0002-llvm-21-header.patch
vendored
Normal file
12
thirdparty/clipper2/patches/0002-llvm-21-header.patch
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
diff --git a/thirdparty/clipper2/include/clipper2/clipper.core.h b/thirdparty/clipper2/include/clipper2/clipper.core.h
|
||||
index 5a698e96f4..a68e87225e 100644
|
||||
--- a/thirdparty/clipper2/include/clipper2/clipper.core.h
|
||||
+++ b/thirdparty/clipper2/include/clipper2/clipper.core.h
|
||||
@@ -13,6 +13,7 @@
|
||||
#include "clipper2/clipper.version.h"
|
||||
#include <cstdint>
|
||||
#include <vector>
|
||||
+#include <iterator>
|
||||
#include <string>
|
||||
#include <iostream>
|
||||
#include <algorithm>
|
||||
Reference in New Issue
Block a user