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:
Sylvestre Ledru 2020-03-25 15:48:59 +01:00
parent c222d30bbc
commit fd1f1749c5

View File

@ -794,6 +794,8 @@ fi
./o > /dev/null
clang++-$VERSION -std=c++11 -stdlib=libc++ foo.cpp -o o
./o > /dev/null
clang++-$VERSION -std=c++14 -stdlib=libc++ foo.cpp -lc++experimental -o o
./o > /dev/null
# Bug 889832
echo '#include <iostream>
@ -831,7 +833,7 @@ int main() {
std::filesystem::path
>::value, "");
}' > 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
# Bug LP#1586215