[all-commits] [llvm/llvm-project] f55096: [Docs] Fix indentation in remarks section

Visoiu Mistrih Francis via All-commits all-commits at lists.llvm.org
Wed Dec 18 16:43:48 PST 2019


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: f550961c6e833cb828416f1bdee904f4aadbf37d
      https://github.com/llvm/llvm-project/commit/f550961c6e833cb828416f1bdee904f4aadbf37d
  Author: Francis Visoiu Mistrih <francisvm at yahoo.com>
  Date:   2019-12-18 (Wed, 18 Dec 2019)

  Changed paths:
    M clang/docs/UsersManual.rst

  Log Message:
  -----------
  [Docs] Fix indentation in remarks section


  Commit: 07b8f8e5f5cad9c4d92c39a4bea50e21e9f0e9f1
      https://github.com/llvm/llvm-project/commit/07b8f8e5f5cad9c4d92c39a4bea50e21e9f0e9f1
  Author: Francis Visoiu Mistrih <francisvm at yahoo.com>
  Date:   2019-12-18 (Wed, 18 Dec 2019)

  Changed paths:
    M clang/docs/UsersManual.rst
    M clang/lib/Driver/ToolChains/Clang.cpp
    M clang/test/Driver/darwin-opt-record.c

  Log Message:
  -----------
  [Remarks][Driver] Place temporary remark files next to temporary object files

On Darwin, when used for generating a linked binary from a source file
(through an intermediate object file), the driver will invoke `cc1` to
generate a temporary object file. The temporary remark file will now be
emitted next to the object file, which will then be picked up by
`dsymutil` and emitted in the .dSYM bundle.

This is available for all formats except YAML since by default, YAML
doesn't need a section and the remark file will be lost.


Compare: https://github.com/llvm/llvm-project/compare/eed024233092...07b8f8e5f5ca


More information about the All-commits mailing list