mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-08-03 08:44:06 +00:00
libc++fs is in libc++ now
This commit is contained in:
parent
a283215581
commit
e0bd4bd218
2
debian/qualify-clang.sh
vendored
2
debian/qualify-clang.sh
vendored
@ -520,7 +520,7 @@ int main() {
|
||||
std::filesystem::path
|
||||
>::value, "");
|
||||
}' > foo.cpp
|
||||
clang++-$VERSION -std=c++17 -stdlib=libc++ foo.cpp -lc++experimental -lc++fs -o o
|
||||
clang++-$VERSION -std=c++17 -stdlib=libc++ foo.cpp -lc++experimental -o o
|
||||
./o > /dev/null
|
||||
|
||||
# Bug LP#1586215
|
||||
|
Loading…
Reference in New Issue
Block a user