diff options
author | Louis Dionne <ldionne.2@gmail.com> | 2022-03-22 10:58:24 -0400 |
---|---|---|
committer | Louis Dionne <ldionne.2@gmail.com> | 2022-03-22 12:35:47 -0400 |
commit | 80e66a05b6fad7d5f0ef71d5e0a74ce5ddc157a5 (patch) | |
tree | 06197f511c70ca31f9904bce0a20fe7a37f10fc2 /clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp | |
parent | 510a2bbda4edd67e95d8797e748357fc9ceee484 (diff) | |
download | llvm-80e66a05b6fad7d5f0ef71d5e0a74ce5ddc157a5.zip llvm-80e66a05b6fad7d5f0ef71d5e0a74ce5ddc157a5.tar.gz llvm-80e66a05b6fad7d5f0ef71d5e0a74ce5ddc157a5.tar.bz2 |
[clang][NFC] Refactor logic for picking standard library on Apple
Flip the logic around: always default to libc++ except on older platforms,
instead of defaulting to libstdc++ except on newer platforms. Since roughly
all supported platforms use libc++ now, it makes more sense to make that
the default, and allows the removal of some downstream diff.
Differential Revision: https://reviews.llvm.org/D122232
Diffstat (limited to 'clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions