mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-14 20:00:43 +00:00
also test with -fuse-ld=lld-X.Y
This commit is contained in:
parent
62ca71780e
commit
0cebef7cba
3
debian/qualify-clang.sh
vendored
3
debian/qualify-clang.sh
vendored
@ -111,6 +111,9 @@ fi
|
||||
clang-$VERSION -fuse-ld=lld -O2 foo.c main.c -o foo
|
||||
./foo > /dev/null
|
||||
|
||||
clang-$VERSION -fuse-ld=lld-$VERSION -O2 foo.c main.c -o foo
|
||||
./foo > /dev/null
|
||||
|
||||
cat << EOF > test_fuzzer.cc
|
||||
#include <stdint.h>
|
||||
#include <stddef.h>
|
||||
|
Loading…
Reference in New Issue
Block a user