Skip to content

Commit d2aaaca

Browse files
committed
clang-pseudo was removed in llvm/llvm-project#109154
1 parent 644f364 commit d2aaaca

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

utils/build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1720,7 +1720,7 @@ function Build-BuildTools([Hashtable] $Platform) {
17201720
-Bin (Get-ProjectBinaryCache $Platform BuildTools) `
17211721
-Platform $Platform `
17221722
-UseMSVCCompilers C,CXX `
1723-
-BuildTargets llvm-tblgen,clang-tblgen,clang-pseudo-gen,clang-tidy-confusable-chars-gen,lldb-tblgen,llvm-config,swift-def-to-strings-converter,swift-serialize-diagnostics,swift-compatibility-symbols `
1723+
-BuildTargets llvm-tblgen,clang-tblgen,clang-tidy-confusable-chars-gen,lldb-tblgen,llvm-config,swift-def-to-strings-converter,swift-serialize-diagnostics,swift-compatibility-symbols `
17241724
-Defines @{
17251725
CMAKE_CROSSCOMPILING = "NO";
17261726
CLANG_ENABLE_LIBXML2 = "NO";

utils/swift_build_support/swift_build_support/products/llvm.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -443,8 +443,6 @@ def build(self, host_target):
443443
'clang-tidy-confusable-chars-gen')
444444
llvm_cmake_options.define('CLANG_TIDY_CONFUSABLE_CHARS_GEN',
445445
confusable_chars_gen)
446-
pseudo_gen = os.path.join(host_build_dir, 'bin', 'clang-pseudo-gen')
447-
llvm_cmake_options.define('CLANG_PSEUDO_GEN', pseudo_gen)
448446
llvm = os.path.join(host_build_dir, 'llvm')
449447
llvm_cmake_options.define('LLVM_NATIVE_BUILD', llvm)
450448

0 commit comments

Comments
 (0)