default_pre_build &&

#clang
tar xf $SOURCE_CACHE/$SOURCE2 &&
mv clang-$VERSION.src tools/clang &&

#clang-tools
tar xf $SOURCE_CACHE/$SOURCE3 &&

#cmake/Module
tar xf $SOURCE_CACHE/$SOURCE4 &&
mv cmake-$VERSION.src/Modules cmake &&
sed '/LLVM_COMMON_CMAKE_UTILS/s@../cmake@/cmake@' -i CMakeLists.txt &&

#third-party
tar xf $SOURCE_CACHE/$SOURCE5 &&
mv third-party-$VERSION.src third-party &&
sedit 's:../third-party:third-party:' cmake/modules/HandleLLVMOptions.cmake
