[all-commits] [llvm/llvm-project] 2b7f11: [libc++] Warn if an unsupported compiler is used
philnik777 via All-commits
all-commits at lists.llvm.org
Tue Sep 19 20:46:11 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2b7f11a6523b716a385e344a778a6ccea5255e38
https://github.com/llvm/llvm-project/commit/2b7f11a6523b716a385e344a778a6ccea5255e38
Author: Nikolas Klauser <nikolasklauser at berlin.de>
Date: 2023-09-19 (Tue, 19 Sep 2023)
Changed paths:
M libcxx/include/__config
Log Message:
-----------
[libc++] Warn if an unsupported compiler is used
This makes it obvious that libc++ is used in an unsupported configuration,
and the compiler probably has to be updated. It often happens that people
try to use libc++ and don't realize that their compiler is too old.
Differential Revision: https://reviews.llvm.org/D158214
More information about the All-commits
mailing list