-
Notifications
You must be signed in to change notification settings - Fork 60
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1558 from hadfl/aarch64_gcc14
- Loading branch information
Showing
46 changed files
with
485 additions
and
250 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
diff -wpruN --no-dereference '--exclude=*.orig' a~/dist/configure a/dist/configure | ||
--- a~/dist/configure 1970-01-01 00:00:00 | ||
+++ a/dist/configure 1970-01-01 00:00:00 | ||
@@ -22485,6 +22485,7 @@ if test "$db_cv_atomic" = no; then | ||
cat confdefs.h - <<_ACEOF >conftest.$ac_ext | ||
/* end confdefs.h. */ | ||
|
||
+#include <stdlib.h> | ||
#include <sys/atomic.h> | ||
int | ||
main () | ||
@@ -24192,6 +24193,9 @@ $as_echo_n "checking for 64-bit integral | ||
cat confdefs.h - <<_ACEOF >conftest.$ac_ext | ||
/* end confdefs.h. */ | ||
|
||
+#include <stdio.h> | ||
+#include <strings.h> | ||
+ | ||
int | ||
main () | ||
{ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
aarch64.patch |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
diff -wpruN --no-dereference '--exclude=*.orig' a~/lib/Basic/Targets.cpp a/lib/Basic/Targets.cpp | ||
--- a~/lib/Basic/Targets.cpp 1970-01-01 00:00:00 | ||
+++ a/lib/Basic/Targets.cpp 1970-01-01 00:00:00 | ||
@@ -160,6 +160,10 @@ std::unique_ptr<TargetInfo> AllocateTarg | ||
return std::make_unique<OHOSTargetInfo<AArch64leTargetInfo>>(Triple, | ||
Opts); | ||
} | ||
+ | ||
+ case llvm::Triple::Solaris: | ||
+ return std::make_unique<SolarisTargetInfo<AArch64leTargetInfo>>(Triple, | ||
+ Opts); | ||
case llvm::Triple::NetBSD: | ||
return std::make_unique<NetBSDTargetInfo<AArch64leTargetInfo>>(Triple, | ||
Opts); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
diff -wpruN --no-dereference '--exclude=*.orig' a~/lib/Basic/Targets.cpp a/lib/Basic/Targets.cpp | ||
--- a~/lib/Basic/Targets.cpp 1970-01-01 00:00:00 | ||
+++ a/lib/Basic/Targets.cpp 1970-01-01 00:00:00 | ||
@@ -160,6 +160,10 @@ std::unique_ptr<TargetInfo> AllocateTarg | ||
return std::make_unique<OHOSTargetInfo<AArch64leTargetInfo>>(Triple, | ||
Opts); | ||
} | ||
+ | ||
+ case llvm::Triple::Solaris: | ||
+ return std::make_unique<SolarisTargetInfo<AArch64leTargetInfo>>(Triple, | ||
+ Opts); | ||
case llvm::Triple::NetBSD: | ||
return std::make_unique<NetBSDTargetInfo<AArch64leTargetInfo>>(Triple, | ||
Opts); |
2 changes: 1 addition & 1 deletion
2
build/clang/patches-19/add-__illumos__-preprocessor-definition.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.