[all-commits] [llvm/llvm-project] e666e2: [libc++] Move compiler-detection Lit features firs...

Louis Dionne via All-commits all-commits at lists.llvm.org
Mon Nov 27 12:53:48 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: e666e27485d69ca60747c198418e64922c72238f
      https://github.com/llvm/llvm-project/commit/e666e27485d69ca60747c198418e64922c72238f
  Author: Louis Dionne <ldionne.2 at gmail.com>
  Date:   2023-11-27 (Mon, 27 Nov 2023)

  Changed paths:
    M libcxx/utils/libcxx/test/features.py

  Log Message:
  -----------
  [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.




More information about the All-commits mailing list