diff options
author | Louis Dionne <ldionne.2@gmail.com> | 2023-11-27 10:53:35 -1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-27 15:53:35 -0500 |
commit | e666e27485d69ca60747c198418e64922c72238f (patch) | |
tree | 86f67d8cd5b272555f8e74966ce80ec344abc214 /clang/lib/CodeGen/CodeGenModule.cpp | |
parent | 71e3082d8572fd335dcc994fd63a75d69b9d2b2e (diff) | |
download | llvm-e666e27485d69ca60747c198418e64922c72238f.zip llvm-e666e27485d69ca60747c198418e64922c72238f.tar.gz llvm-e666e27485d69ca60747c198418e64922c72238f.tar.bz2 |
[libc++] Move compiler-detection Lit features first (#73544)
Lit features are evaluated in order. Some checks may require the
compiler detection to have run first in order to work properly, for
example some checks being added in https://reviews.llvm.org/D154246
which require GCC to have been detected. It is kind of brittle to rely
on such ordering, but in practice moving the compiler detection first
should never hurt.
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.cpp')
0 files changed, 0 insertions, 0 deletions