[all-commits] [llvm/llvm-project] 55ec63: [lld] Update tests redirecting multiple commands t...

Aiden Grossman via All-commits all-commits at lists.llvm.org
Wed Sep 3 09:22:17 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 55ec6373f99c23f70ea27cd96280b929e81503ac
      https://github.com/llvm/llvm-project/commit/55ec6373f99c23f70ea27cd96280b929e81503ac
  Author: Aiden Grossman <aidengrossman at google.com>
  Date:   2025-09-03 (Wed, 03 Sep 2025)

  Changed paths:
    M lld/test/ELF/lto/comdat-nodeduplicate.ll
    M lld/test/MachO/stabs.s

  Log Message:
  -----------
  [lld] Update tests redirecting multiple commands to FileCheck

This patch updates two LLD tests that were redirecting multiple commands
to the same FileCheck invocation to not use this strategy. This
construction is not supported by lit's internal shell and given its
rarirty, it does not make sense to add support. The workaround is to
dump the contents of multiple commands into a file and then run
FileCheck on that.

Towards #102700.

Reviewers: petrhosek, mysterymath, cmtice, ilovepi, carlocab, MaskRay

Reviewed By: carlocab, cmtice

Pull Request: https://github.com/llvm/llvm-project/pull/156526



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