-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ce1d46f
commit 487ec30
Showing
4 changed files
with
58 additions
and
29 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
30 changes: 30 additions & 0 deletions
30
patches/llvm-14-force-disable-clang-ast-introspection.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
From 411aaf3924df6b09d78ff0149bcf71195b2fa670 Mon Sep 17 00:00:00 2001 | ||
From: =?UTF-8?q?Marc-Andr=C3=A9=20Moreau?= <[email protected]> | ||
Date: Fri, 23 Sep 2022 14:34:36 -0400 | ||
Subject: [PATCH] force-disable clang ast introspection | ||
|
||
--- | ||
clang/lib/Tooling/CMakeLists.txt | 7 +------ | ||
1 file changed, 1 insertion(+), 6 deletions(-) | ||
|
||
diff --git a/clang/lib/Tooling/CMakeLists.txt b/clang/lib/Tooling/CMakeLists.txt | ||
index 403d2dfb45e8..3d980f1a2dcf 100644 | ||
--- a/clang/lib/Tooling/CMakeLists.txt | ||
+++ b/clang/lib/Tooling/CMakeLists.txt | ||
@@ -23,12 +23,7 @@ string(SUBSTRING ${CMAKE_CURRENT_BINARY_DIR} 0 ${PATH_LIB_START} PATH_HEAD) | ||
string(SUBSTRING ${CMAKE_CURRENT_BINARY_DIR} ${PATH_LIB_END} -1 PATH_TAIL) | ||
string(CONCAT BINARY_INCLUDE_DIR ${PATH_HEAD} "/include/clang/" ${PATH_TAIL}) | ||
|
||
-if (NOT Python3_EXECUTABLE | ||
- OR APPLE | ||
- OR CMAKE_CROSSCOMPILING | ||
- OR GENERATOR_IS_MULTI_CONFIG | ||
- OR NOT LLVM_NATIVE_ARCH IN_LIST LLVM_TARGETS_TO_BUILD | ||
- ) | ||
+if (TRUE) # force-disable clang ast introspection | ||
configure_file( | ||
EmptyNodeIntrospection.inc.in | ||
${BINARY_INCLUDE_DIR}/NodeIntrospection.inc | ||
-- | ||
2.25.1 | ||
|
25 changes: 0 additions & 25 deletions
25
patches/rust-1.63.0-allow-dynamic-linking-for-ios-targets.patch
This file was deleted.
Oops, something went wrong.