mirror of
https://github.com/darlinghq/darling.git
synced 2025-03-02 14:45:37 +00:00
Use ld-mac to run tests built by clang
This commit is contained in:
parent
c4a74b820a
commit
cc104d148a
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user