[libcxx-commits] [libcxx] [llvm] [libc++][C++03] Use `__cxx03/` headers in C++03 mode (PR #109002)
Louis Dionne via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Dec 11 09:12:10 PST 2024
================
@@ -281,6 +281,12 @@ check-generated-output)
#
# Various Standard modes
#
+frozen-cxx03-headers)
+ clean
+ generate-cmake -C "${MONOREPO_ROOT}/libcxx/cmake/caches/frozen-cxx03-headers.cmake"
----------------
ldionne wrote:
```suggestion
generate-cmake -C "${MONOREPO_ROOT}/libcxx/cmake/caches/Generic-cxx03-frozen.cmake"
```
?
https://github.com/llvm/llvm-project/pull/109002
More information about the libcxx-commits
mailing list