Use ld-mac to run tests built by clang

This commit is contained in:
Shinichiro Hamaji 2011-04-03 07:39:48 +09:00
parent c4a74b820a
commit cc104d148a

View File

@ -54,7 +54,7 @@ if [ -x $CLANG ]; then
echo "Compiling $i with clang"
./ld-mac $CLANG -Wl,-syslibroot,$MAC_TOOL_DIR -isysroot $MAC_TOOL_DIR $i -o $i.clang.bin
echo "Running $i.clang.bin"
$i.clang.bin
./ld-mac $i.clang.bin
done
else
echo "$CLANG not found, skipping some tests with it"