[libcxx-commits] [PATCH] D151900: [libc++][NFC] Create a new folder for config-related headers.
Konstantin Varlamov via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Jun 8 15:23:29 PDT 2023
var-const added inline comments.
================
Comment at: libcxx/include/__config_dir/base_umbrella.h:17
+#include <__config_dir/compiler_shims.h>
+#include <__config_dir/features.h>
+#include <__config_dir/object_format.h>
----------------
Perhaps `features.h`, `object_format.h` and `versions.h` should be merged into e.g. `environment.h`?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D151900/new/
https://reviews.llvm.org/D151900
More information about the libcxx-commits
mailing list