[all-commits] [llvm/llvm-project] 6f4f74: [clang][deps] Adapt test to be compatible when the...

Jake Egan via All-commits all-commits at lists.llvm.org
Fri Jan 28 08:40:37 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 6f4f745668eccf460ec1e0d34df4692f8e883b07
      https://github.com/llvm/llvm-project/commit/6f4f745668eccf460ec1e0d34df4692f8e883b07
  Author: Jake Egan <jakeegan10 at gmail.com>
  Date:   2022-01-28 (Fri, 28 Jan 2022)

  Changed paths:
    M clang/test/ClangScanDeps/headerwithdirname.cpp
    M clang/test/ClangScanDeps/headerwithdirnamefollowedbyinclude.cpp

  Log Message:
  -----------
  [clang][deps] Adapt test to be compatible when the assembler is called by default

When `-fno-integrated-as` is in effect (the default on AIX) the cc1 job produces a `.s` file instead. This patch adapts the test to accept `.s` or `.o` files.

Reviewed By: jansvoboda11

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




More information about the All-commits mailing list