mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-04 03:06:28 +00:00
Revert r245355 "Release script: correctly symlink clang-tools-extra into the build (PR22765)"
This worked with the CMake build but broke the Autoconf one. llvm-svn: 245902
This commit is contained in:
parent
03ac0c184a
commit
100167d99b
@ -282,9 +282,9 @@ function export_sources() {
|
||||
if [ ! -h clang ]; then
|
||||
ln -s ../../cfe.src clang
|
||||
fi
|
||||
cd $BuildDir/cfe.src/tools
|
||||
cd $BuildDir/llvm.src/tools/clang/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