mirror of
https://github.com/termux/termux-packages.git
synced 2024-12-12 14:13:36 +00:00
6f442f6476
Also, pull in some upstream patches to get the new Macros feature working.
13 lines
787 B
Plaintext
13 lines
787 B
Plaintext
diff --git a/swift/utils/swift_build_support/swift_build_support/products/llvm.py b/swift/utils/swift_build_support/swift_build_support/products/llvm.py
|
|
index 744dca10fca..7b5932882f2 100644
|
|
--- a/swift/utils/swift_build_support/swift_build_support/products/llvm.py
|
|
+++ b/swift/utils/swift_build_support/swift_build_support/products/llvm.py
|
|
@@ -231,6 +231,7 @@ class LLVM(cmake_product.CMakeProduct):
|
|
|
|
if self.args.skip_build or not self.args.build_llvm:
|
|
build_targets = ['llvm-tblgen', 'clang-resource-headers',
|
|
+ 'clang-pseudo-gen', 'clang-tidy-confusable-chars-gen',
|
|
'intrinsics_gen', 'clang-tablegen-targets']
|
|
if not self.args.build_toolchain_only:
|
|
build_targets.extend([
|