mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 10:42:39 +01:00
Fix bug in initial check - when recompiling everything with llvm-native-gcc,
you have to erase the program and re-run the linker, too, before running the checker. llvm-svn: 11328
This commit is contained in:
parent
cccdf4fbb5
commit
f6636c791e
@ -115,6 +115,8 @@ for f in $files
|
||||
do
|
||||
rm -f $f && gmake $f CC=llvm-native-gcc
|
||||
done
|
||||
rm -f $program
|
||||
$linker
|
||||
if $checker
|
||||
then
|
||||
echo "Sorry, I can't help you, $program is OK when compiled with llvm-native-gcc"
|
||||
|
Loading…
Reference in New Issue
Block a user