mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-24 20:29:53 +00:00
test-release.sh: Correct the logged configure command to match the one actually issued.
--disable-timestamps was added to the configure command way back in r142647 but the command that echos this command to the log was not updated at the time. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@223351 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
cfb121f286
commit
d27b0b9489
@ -299,7 +299,8 @@ function configure_llvmCore() {
|
||||
echo "# Configuring llvm $Release-$RC $Flavor"
|
||||
echo "# $BuildDir/llvm.src/configure --prefix=$InstallDir \
|
||||
--enable-optimized=$Optimized \
|
||||
--enable-assertions=$Assertions"
|
||||
--enable-assertions=$Assertions \
|
||||
--disable-timestamps"
|
||||
env CC="$c_compiler" CXX="$cxx_compiler" \
|
||||
$BuildDir/llvm.src/configure --prefix=$InstallDir \
|
||||
--enable-optimized=$Optimized \
|
||||
|
Loading…
Reference in New Issue
Block a user