File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2828 displayName : ' Publish LLVM XCFramework'
2929 enabled : true
3030
31- - publish : $(System.DefaultWorkingDirectory)/LLVM -Clang-iOS .tar.xz
32- artifact : LLVM- Clang-iOS
31+ - publish : $(System.DefaultWorkingDirectory)/Lib -Clang-iphoneos .tar.xz
32+ artifact : Clang-Headers
3333 displayName : ' Publish LLVM Clang Headers'
34- enabled : false
34+ enabled : true
Original file line number Diff line number Diff line change @@ -23,7 +23,8 @@ for p in ${PLATFORMS[@]}; do
2323 ./prepare-llvm.sh $p
2424 FRAMEWORKS_ARGS+=(" -library" " LLVM-$p /llvm.a" " -headers" " LLVM-$p /include" )
2525 tar -cJf LLVM-$p .tar.xz LLVM-$p /
26- tar -cJf LLVM-Clang-$p .tar.xz LLVM-$p /lib/clang/
26+ echo " Create clang support headers archive"
27+ tar -cJf Lib-Clang-$p .tar.xz LLVM-$p /lib/clang/
2728done
2829
2930echo " Create XC framework with arguments" ${FRAMEWORKS_ARGS[@]}
You can’t perform that action at this time.
0 commit comments