[libcxx-commits] [PATCH] D99178: [libcxx] Disable c++experimental by default in DLL builds
Martin Storsjö via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Sep 1 00:18:04 PDT 2023
mstorsjo abandoned this revision.
mstorsjo added a comment.
The handling of the libc++experimental library was changed (in a different direction) last year, so this patch is indeed stale at the moment. (The root issue, that the static-only libc++experimental doesn't work when the main libc++ headers flag symbols as dllimport, remains though.)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D99178/new/
https://reviews.llvm.org/D99178
More information about the libcxx-commits
mailing list