Skip to content

Commit 28ce7af

Browse files
authored
Fix tensorflow_osx_base build preset. (swiftlang#28018)
Rename `clang-headers` to `clang-resources-headers`. Upstream patch: swiftlang#27161 This fixes macOS toolchain builds via `build-toolchain-tensorflow`.
1 parent d6ff384 commit 28ce7af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/build-presets.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2152,7 +2152,7 @@ test-installable-package
21522152
reconfigure
21532153

21542154
swift-install-components=compiler;clang-resource-dir-symlink;stdlib;sdk-overlay;parser-lib;toolchain-tools;license;sourcekit-xpc-service;swift-remote-mirror;swift-remote-mirror-headers
2155-
llvm-install-components=llvm-cov;llvm-profdata;IndexStore;clang;clang-headers;compiler-rt;clangd
2155+
llvm-install-components=llvm-cov;llvm-profdata;IndexStore;clang;clang-resource-headers;compiler-rt;clangd
21562156
install-libcxx
21572157

21582158
# Path to the .tar.gz package.

0 commit comments

Comments
 (0)