mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-12-30 15:08:13 +00:00
test thinlto
This commit is contained in:
parent
498f454e71
commit
2b4466eb09
3
debian/qualify-clang.sh
vendored
3
debian/qualify-clang.sh
vendored
@ -129,6 +129,9 @@ clang-$VERSION -fuse-ld=lld -O2 foo.c main.c -o foo
|
||||
clang-$VERSION -fuse-ld=lld-$VERSION -O2 foo.c main.c -o foo
|
||||
./foo > /dev/null
|
||||
|
||||
clang-$VERSION -flto=thin -O2 foo.c main.c -c
|
||||
clang-$VERSION -flto=thin -O2 foo.o main.o -o a.out
|
||||
|
||||
cat << EOF > test_fuzzer.cc
|
||||
#include <stdint.h>
|
||||
#include <stddef.h>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user