File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed
.github/actions/Build_LLVM Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -64,11 +64,11 @@ runs:
64
64
-DLLVM_INCLUDE_TESTS=OFF \
65
65
../llvm
66
66
ninja clang clangInterpreter clangStaticAnalyzerCore -j ${{ env.ncpus }}
67
- cd ./tools/
68
- rm -rf $(find . -maxdepth 1 ! -name "clang" ! -name ".")
69
- cd ..
70
- rm compile_commands.json build.ninja
71
67
fi
68
+ cd ./tools/
69
+ rm -rf $(find . -maxdepth 1 ! -name "clang" ! -name ".")
70
+ cd ..
71
+ rm compile_commands.json build.ninja
72
72
cd ../
73
73
rm -rf $(find . -maxdepth 1 ! -name "build" ! -name "llvm" ! -name "clang" ! -name ".")
74
74
if [[ "${cling_on}" == "ON" ]]; then
@@ -157,7 +157,9 @@ runs:
157
157
..\llvm
158
158
cmake --build . --config Release --target clang clangInterpreter clangStaticAnalyzerCore --parallel ${{ env.ncpus }}
159
159
}
160
- cd ..\
160
+ cd .\tools\
161
+ rm -r -force $(find.exe . -maxdepth 1 ! -name "clang" ! -name ".")
162
+ cd ..\..
161
163
rm -r -force $(find.exe . -maxdepth 1 ! -name "build" ! -name "llvm" ! -name "clang" ! -name ".")
162
164
if ( "${{ matrix.cling }}" -imatch "On" )
163
165
{
You can’t perform that action at this time.
0 commit comments