Fix bugs found with recent addition of assertions in
[oota-llvm.git] / utils / check-each-file
index 7d73f30cc120917b9524cb4c778c78847d9312b6..1f6a8aa065a9c1385c584854f854810ccda09f1f 100755 (executable)
@@ -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"