[PATCH] D133375: [CMake] Remove CLANG_DEFAULT_STD_C/CLANG_DEFAULT_STD_CXX
Aaron Ballman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 7 05:22:12 PDT 2022
aaron.ballman added a comment.
So the basic idea here is that the default can be specified by a configuration file and thus we don't need any configure-time variable for it? But then why do we need other configuration macros like default stdlib or default linker? Mostly trying to understand what the rule of thumb is for when something should be a configure macro and when something should be left to a configuration file instead.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D133375/new/
https://reviews.llvm.org/D133375
More information about the llvm-commits
mailing list