[all-commits] [llvm/llvm-project] c14c0a: [lit][docs] Mention LIT_OPTS instead of LIT_ARGS (...

Remy Farley via All-commits all-commits at lists.llvm.org
Tue Jul 22 03:25:56 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: c14c0a195c11cad1106c0d7457ef2bc83095f5da
      https://github.com/llvm/llvm-project/commit/c14c0a195c11cad1106c0d7457ef2bc83095f5da
  Author: Remy Farley <one-d-wide at protonmail.com>
  Date:   2025-07-22 (Tue, 22 Jul 2025)

  Changed paths:
    M llvm/docs/TestingGuide.rst

  Log Message:
  -----------
  [lit][docs] Mention LIT_OPTS instead of LIT_ARGS (#147494)

Noticed that the current
[docs](https://llvm.org/docs/TestingGuide.html#unit-and-regression-tests)
recommend using LIT_ARGS (config option in cmake script), rather than
LIT_OPTS (environment variable interpreted by lit directly). While
LIT_ARGS doesn't do anything at all when set with make, at least not in
a way outlined in the docs.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list