mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-08-03 19:15:50 +00:00
* In debci, run qualify-clang.sh in verbose mode
* Only run the g++ test if g++ exist
This commit is contained in:
parent
2a5564a61e
commit
396b6bf1eb
10
debian/changelog
vendored
10
debian/changelog
vendored
@ -1,12 +1,12 @@
|
||||
llvm-toolchain-7 (1:7-5) UNRELEASED; urgency=medium
|
||||
llvm-toolchain-7 (1:7-5) unstable; urgency=medium
|
||||
|
||||
* In debci, run qualify-clang.sh in verbose mode
|
||||
* Only run the g++ test if g++ exist
|
||||
|
||||
[ Reshabh Sharma ]
|
||||
* Run check-openmp to test OpenMP
|
||||
|
||||
[ Sylvestre Ledru ]
|
||||
* In debci, run qualify-clang.sh in verbose mode
|
||||
|
||||
-- Sylvestre Ledru <sylvestre@debian.org> Fri, 05 Oct 2018 08:40:44 +0200
|
||||
-- Sylvestre Ledru <sylvestre@debian.org> Sat, 06 Oct 2018 08:25:48 +0200
|
||||
|
||||
llvm-toolchain-7 (1:7-4) unstable; urgency=medium
|
||||
|
||||
|
2
debian/qualify-clang.sh
vendored
2
debian/qualify-clang.sh
vendored
@ -283,9 +283,11 @@ int main() {
|
||||
clang++-$VERSION -std=c++17 -stdlib=libc++ foo.cpp -lc++experimental -lc++fs -o o
|
||||
./o > /dev/null
|
||||
|
||||
if test -f /usr/bin/g++; then
|
||||
g++ -nostdinc++ -I/usr/lib/llvm-$VERSION/bin/../include/c++/v1/ -L/usr/lib/llvm-$VERSION/lib/ \
|
||||
foo.cpp -nodefaultlibs -std=c++17 -lc++ -lc++abi -lm -lc -lgcc_s -lgcc|| true
|
||||
./o > /dev/null
|
||||
fi
|
||||
|
||||
|
||||
if test ! -f /usr/lib/llvm-$VERSION/include/polly/LinkAllPasses.h; then
|
||||
|
Loading…
Reference in New Issue
Block a user