[all-commits] [llvm/llvm-project] f1a18f: [LLD] [MinGW] Silence the printouts in one test. NFC.

Martin Storsjö via All-commits all-commits at lists.llvm.org
Wed Jun 23 00:44:21 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: f1a18fb6993bcc7d646753c70faa0444abb8cc5c
      https://github.com/llvm/llvm-project/commit/f1a18fb6993bcc7d646753c70faa0444abb8cc5c
  Author: Martin Storsjö <martin at martin.st>
  Date:   2021-06-23 (Wed, 23 Jun 2021)

  Changed paths:
    M lld/test/MinGW/driver.test

  Log Message:
  -----------
  [LLD] [MinGW] Silence the printouts in one test. NFC.

This particular linker invocation is only run to check that we accept
options, but we don't inspect the generated command line. As all other
commands in the file have their output piped to FileCheck, the lit test
doesn't print any other output; therefore silence this one for consistency
as well.




More information about the All-commits mailing list