File tree Expand file tree Collapse file tree 1 file changed +5
-9
lines changed Expand file tree Collapse file tree 1 file changed +5
-9
lines changed Original file line number Diff line number Diff line change @@ -1661,19 +1661,11 @@ for host in "${ALL_HOSTS[@]}"; do
1661
1661
;;
1662
1662
1663
1663
libcxx)
1664
- build_targets=(cxx-headers )
1664
+ build_targets=()
1665
1665
cmake_options=(
1666
1666
" ${cmake_options[@]} "
1667
- -DCMAKE_C_FLAGS=" $( llvm_c_flags ${host} ) "
1668
- -DCMAKE_CXX_FLAGS=" $( llvm_c_flags ${host} ) "
1669
- -DCMAKE_C_FLAGS_RELWITHDEBINFO=" -O2 -DNDEBUG"
1670
- -DCMAKE_CXX_FLAGS_RELWITHDEBINFO=" -O2 -DNDEBUG"
1671
- -DCMAKE_BUILD_TYPE:STRING=" ${LLVM_BUILD_TYPE} "
1672
- -DLLVM_INCLUDE_DOCS:BOOL=TRUE
1673
- -DLLVM_CONFIG_PATH=" $( build_directory " ${LOCAL_HOST} " llvm) /bin/llvm-config"
1674
1667
" ${llvm_cmake_options[@]} "
1675
1668
)
1676
-
1677
1669
;;
1678
1670
1679
1671
swift)
@@ -2303,6 +2295,10 @@ for host in "${ALL_HOSTS[@]}"; do
2303
2295
call env " ${EXTRA_DISTCC_OPTIONS[@]} " " ${CMAKE} " " ${cmake_options[@]} " " ${EXTRA_CMAKE_OPTIONS[@]} " " ${source_dir} "
2304
2296
fi
2305
2297
2298
+ if [[ " ${product} " == " libcxx" ]]; then
2299
+ continue
2300
+ fi
2301
+
2306
2302
# When we are building LLVM create symlinks to the c++ headers. We need
2307
2303
# to do this before building LLVM since compiler-rt depends on being
2308
2304
# built with the just built clang compiler. These are normally put into
You can’t perform that action at this time.
0 commit comments