mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-10-23 22:42:01 +00:00
Revert "Remove the -lc++experimental test from the qualify-clang.sh script as the lib has been removed in 9~svn366022-1~exp1"
This reverts commit e9368971c5
.
This commit is contained in:
parent
c222d30bbc
commit
fd1f1749c5
4
debian/qualify-clang.sh
vendored
4
debian/qualify-clang.sh
vendored
@ -794,6 +794,8 @@ fi
|
|||||||
./o > /dev/null
|
./o > /dev/null
|
||||||
clang++-$VERSION -std=c++11 -stdlib=libc++ foo.cpp -o o
|
clang++-$VERSION -std=c++11 -stdlib=libc++ foo.cpp -o o
|
||||||
./o > /dev/null
|
./o > /dev/null
|
||||||
|
clang++-$VERSION -std=c++14 -stdlib=libc++ foo.cpp -lc++experimental -o o
|
||||||
|
./o > /dev/null
|
||||||
|
|
||||||
# Bug 889832
|
# Bug 889832
|
||||||
echo '#include <iostream>
|
echo '#include <iostream>
|
||||||
@ -831,7 +833,7 @@ int main() {
|
|||||||
std::filesystem::path
|
std::filesystem::path
|
||||||
>::value, "");
|
>::value, "");
|
||||||
}' > foo.cpp
|
}' > foo.cpp
|
||||||
clang++-$VERSION -std=c++17 -stdlib=libc++ foo.cpp -o o
|
clang++-$VERSION -std=c++17 -stdlib=libc++ foo.cpp -lc++experimental -o o
|
||||||
./o > /dev/null
|
./o > /dev/null
|
||||||
|
|
||||||
# Bug LP#1586215
|
# Bug LP#1586215
|
||||||
|
Loading…
Reference in New Issue
Block a user