mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2026-01-06 18:41:51 +00:00
Merge remote-tracking branch 'origin/6.0' into snapshot
This commit is contained in:
commit
9dc9d98af4
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