Skip to content

Commit b434425

Browse files
Steelskincompnerd
authored andcommitted
build_tools: Remove clang-pseudo-gen
The target no longer exists since the rebranch to 21.x. In addition, this re-orders the build_tools targets to follow the same order as build.ps1.
1 parent 61f71e9 commit b434425

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/swift-toolchain.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -744,14 +744,12 @@ jobs:
744744
run: cmake --build ${{ github.workspace }}/BinaryCache/0 --target llvm-tblgen
745745
- name: Build clang-tblgen
746746
run: cmake --build ${{ github.workspace }}/BinaryCache/0 --target clang-tblgen
747+
- name: Build clang-tidy-confusable-chars-gen
748+
run: cmake --build ${{ github.workspace }}/BinaryCache/0 --target clang-tidy-confusable-chars-gen
747749
- name: Build lldb-tblgen
748750
run: cmake --build ${{ github.workspace }}/BinaryCache/0 --target lldb-tblgen
749751
- name: Build llvm-config
750752
run: cmake --build ${{ github.workspace }}/BinaryCache/0 --target llvm-config
751-
- name: Build clang-pseudo-gen
752-
run: cmake --build ${{ github.workspace }}/BinaryCache/0 --target clang-pseudo-gen
753-
- name: Build clang-tidy-confusable-chars-gen
754-
run: cmake --build ${{ github.workspace }}/BinaryCache/0 --target clang-tidy-confusable-chars-gen
755753
- name: Build swift-def-to-strings-converter
756754
run: cmake --build ${{ github.workspace }}/BinaryCache/0 --target swift-def-to-strings-converter
757755
- name: Build swift-serialize-diagnostics
@@ -765,10 +763,9 @@ jobs:
765763
$Binaries = @(
766764
"llvm-tblgen",
767765
"clang-tblgen",
766+
"clang-tidy-confusable-chars-gen",
768767
"lldb-tblgen",
769768
"llvm-config",
770-
"clang-pseudo-gen",
771-
"clang-tidy-confusable-chars-gen",
772769
"swift-def-to-strings-converter",
773770
"swift-serialize-diagnostics",
774771
"swift-compatibility-symbols"

0 commit comments

Comments
 (0)