[all-commits] [llvm/llvm-project] f24fe9: [ifs] Use a tmp file instead of "-"

Jake Egan via All-commits all-commits at lists.llvm.org
Fri Jan 21 08:24:13 PST 2022


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

  Changed paths:
    M clang/test/InterfaceStubs/object.c

  Log Message:
  -----------
  [ifs] Use a tmp file instead of "-"

Currently, Clang on AIX uses the system assembler to generate object files from assembly. The use of `-o -` results in a file named `-` instead of output to stdout. This patch uses a temporary object file instead.

Reviewed By: DiggerLin, hubert.reinterpretcast

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




More information about the All-commits mailing list