mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-25 00:03:43 +00:00
Move llvm into the artifacts build directory
This commit is contained in:
parent
58decdd7a1
commit
1fbbc71a33
4
configure
vendored
4
configure
vendored
@ -667,7 +667,7 @@ done
|
||||
make_dir llvm
|
||||
for t in $CFG_HOST_TRIPLES
|
||||
do
|
||||
make_dir llvm/$t
|
||||
make_dir $t/llvm
|
||||
done
|
||||
|
||||
make_dir rustllvm
|
||||
@ -791,7 +791,7 @@ do
|
||||
|
||||
if [ -z $CFG_LLVM_ROOT ]
|
||||
then
|
||||
LLVM_BUILD_DIR=${CFG_BUILD_DIR}llvm/$t
|
||||
LLVM_BUILD_DIR=${CFG_BUILD_DIR}$t/llvm
|
||||
if [ ! -z "$CFG_DISABLE_OPTIMIZE_LLVM" ]
|
||||
then
|
||||
LLVM_DBG_OPTS="--enable-debug-symbols --disable-optimized"
|
||||
|
Loading…
Reference in New Issue
Block a user