mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-13 10:04:48 +00:00
Add a list of packages to install. Thanks to Peter Wu
This commit is contained in:
parent
4945e7924f
commit
fa18d05b0d
2
debian/qualify-clang.sh
vendored
2
debian/qualify-clang.sh
vendored
@ -219,6 +219,8 @@ EOF
|
||||
# SYSTEM should iterate multiple targets (eg. x86_64-unknown-none-gnu for embedded)
|
||||
# MARCH should iterate the library architectures via flags
|
||||
# LIB should iterate the different libraries
|
||||
echo "if it fails, please run"
|
||||
echo "apt-get install libc6-dev:i386 libgcc-5-dev:i386 libc6-dev-x32 libx32gcc-5-dev"
|
||||
for SYSTEM in ""; do
|
||||
for MARCH in -m64 -m32 -mx32 "-m32 -march=i686"; do
|
||||
for LIB in --rtlib=compiler-rt -fsanitize=address -fsanitize=thread -fsanitize=memory -fsanitize=undefined -fsanitize=dataflow; do # -fsanitize=efficiency-working-set; do
|
||||
|
Loading…
Reference in New Issue
Block a user