mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-01 05:01:59 +01:00
Release script: correctly symlink clang-tools-extra into the build (PR22765)
llvm-svn: 245355
This commit is contained in:
parent
4c7a2dd30d
commit
2c6a60dc6d
@ -282,9 +282,9 @@ function export_sources() {
|
||||
if [ ! -h clang ]; then
|
||||
ln -s ../../cfe.src clang
|
||||
fi
|
||||
cd $BuildDir/llvm.src/tools/clang/tools
|
||||
cd $BuildDir/cfe.src/tools
|
||||
if [ ! -h extra ]; then
|
||||
ln -s ../../../../clang-tools-extra.src extra
|
||||
ln -s ../../clang-tools-extra.src extra
|
||||
fi
|
||||
cd $BuildDir/llvm.src/projects
|
||||
if [ -d $BuildDir/test-suite.src ] && [ ! -h test-suite ]; then
|
||||
|
Loading…
x
Reference in New Issue
Block a user