[all-commits] [llvm/llvm-project] d64c36: [Clang][LoongArch] Add '-o /dev/null' to a test th...

Dmitri Gribenko via All-commits all-commits at lists.llvm.org
Wed Aug 9 07:07:59 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: d64c363f35b98ab9750a3c3a5828d8df011a4a45
      https://github.com/llvm/llvm-project/commit/d64c363f35b98ab9750a3c3a5828d8df011a4a45
  Author: Dmitri Gribenko <gribozavr at gmail.com>
  Date:   2023-08-09 (Wed, 09 Aug 2023)

  Changed paths:
    M clang/test/CodeGen/LoongArch/intrinsic-la32-error.c

  Log Message:
  -----------
  [Clang][LoongArch] Add '-o /dev/null' to a test that does not care about the output

Tests should not write to the CWD because it might not be writeable.
Either use %t, or /dev/null if the test does not check the output.




More information about the All-commits mailing list