[all-commits] [llvm/llvm-project] 2dea96: [clang][CodeGen] Introduce `-frecord-command-line`...

Antonio Frighetto via All-commits all-commits at lists.llvm.org
Mon Jul 24 00:28:15 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 2dea969d8337251e4c9335fd601bd4e0e5dee10f
      https://github.com/llvm/llvm-project/commit/2dea969d8337251e4c9335fd601bd4e0e5dee10f
  Author: Antonio Frighetto <me at antoniofrighetto.com>
  Date:   2023-07-24 (Mon, 24 Jul 2023)

  Changed paths:
    M clang/lib/Driver/ToolChains/Clang.cpp
    M clang/test/Driver/clang_f_opts.c
    M llvm/include/llvm/CodeGen/TargetLoweringObjectFileImpl.h
    M llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp
    A llvm/test/CodeGen/AArch64/commandline-metadata.ll

  Log Message:
  -----------
  [clang][CodeGen] Introduce `-frecord-command-line` for MachO

Allow clang driver command-line recording when
targeting MachO object files as well.

Reviewed-by: sgraenitz

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




More information about the All-commits mailing list