[all-commits] [llvm/llvm-project] 21bc89: [DWARF5][SplitDwarf] Set default state for -fsplit...

avl-llvm via All-commits all-commits at lists.llvm.org
Wed Dec 11 01:19:48 PST 2019


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 21bc8958668a4dc21de8328ef856ddcf38a97da7
      https://github.com/llvm/llvm-project/commit/21bc8958668a4dc21de8328ef856ddcf38a97da7
  Author: Alexey Lapshin <a.v.lapshin at mail.ru>
  Date:   2019-12-11 (Wed, 11 Dec 2019)

  Changed paths:
    M clang/lib/Driver/ToolChains/Clang.cpp
    M clang/test/Driver/split-debug.c

  Log Message:
  -----------
  [DWARF5][SplitDwarf] Set default state for -fsplit-dwarf-inlining to be false.

    The -fsplit-dwarf-inlining option does not conform to DWARF5 standard.
It creates children for Skeleton compilation unit. We need default behavior
to be DWARF5 compatible. Thus set default state for -fsplit-dwarf-inlining
into "false".

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




More information about the All-commits mailing list