[all-commits] [llvm/llvm-project] d5b292: [lld/tests] Stop setting the "asserts" and "debug"...

Nico Weber via All-commits all-commits at lists.llvm.org
Wed Jan 5 10:39:38 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: d5b2921faf5123b609e506efb40b7ec031679077
      https://github.com/llvm/llvm-project/commit/d5b2921faf5123b609e506efb40b7ec031679077
  Author: Nico Weber <thakis at chromium.org>
  Date:   2022-01-05 (Wed, 05 Jan 2022)

  Changed paths:
    M lld/test/lit.cfg.py

  Log Message:
  -----------
  [lld/tests] Stop setting the "asserts" and "debug" features

The last use of `REQUIRES: debug` was removed in 2013 in 72c5d3d7c in favor of
`REQUIRES: asserts`.

The last use of `REQUIRES: asserts` was removed in 2015 in 251b0e268 when the
old COFF linker was removed.

lld's test suite currently has no behavior difference with respect to
assertions or debug builds (and hasn't had it for 6 years). Let's keep it that
way :)

Differential Revision: https://reviews.llvm.org/D115941




More information about the All-commits mailing list