[all-commits] [llvm/llvm-project] 979592: [DebugInfo] Remove the DIFlagArgumentNotModified d...

Djordje Todorovic via All-commits all-commits at lists.llvm.org
Wed Nov 20 04:19:10 PST 2019


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 979592a6f735a7111ba2c3a19e5ef3e8d336e01a
      https://github.com/llvm/llvm-project/commit/979592a6f735a7111ba2c3a19e5ef3e8d336e01a
  Author: Djordje Todorovic <djordje.todorovic at rt-rk.com>
  Date:   2019-11-20 (Wed, 20 Nov 2019)

  Changed paths:
    M llvm/bindings/go/llvm/dibuilder.go
    M llvm/docs/LangRef.rst
    M llvm/include/llvm/IR/DebugInfoFlags.def
    M llvm/include/llvm/IR/DebugInfoMetadata.h
    M llvm/lib/CodeGen/LiveDebugValues.cpp
    M llvm/test/Assembler/debug-info.ll
    M llvm/test/DebugInfo/ARM/entry-value-multi-byte-expr.ll
    M llvm/test/DebugInfo/MIR/AArch64/dbgcall-site-interpretation.mir
    M llvm/test/DebugInfo/MIR/ARM/dbgcall-site-interpretation.mir
    M llvm/test/DebugInfo/MIR/ARM/dbgcall-site-propagated-value.mir
    M llvm/test/DebugInfo/MIR/ARM/if-coverter-call-site-info.mir
    M llvm/test/DebugInfo/MIR/Hexagon/live-debug-values-bundled-entry-values.mir
    M llvm/test/DebugInfo/MIR/X86/DW_OP_entry_value.mir
    M llvm/test/DebugInfo/MIR/X86/avoid-single-entry-value-location.mir
    M llvm/test/DebugInfo/MIR/X86/dbg-call-site-spilled-arg.mir
    M llvm/test/DebugInfo/MIR/X86/dbgcall-site-interpretation.mir
    M llvm/test/DebugInfo/MIR/X86/dbginfo-entryvals.mir
    M llvm/test/DebugInfo/MIR/X86/debug-call-site-param.mir
    M llvm/test/DebugInfo/MIR/X86/multiple-param-dbg-value-entry.mir
    M llvm/test/DebugInfo/Sparc/entry-value-complex-reg-expr.ll
    M llvm/test/tools/llvm-dwarfdump/X86/locstats.ll
    M llvm/test/tools/llvm-dwarfdump/X86/stats-dbg-callsite-info.ll
    M llvm/test/tools/llvm-dwarfdump/X86/valid-call-site-GNU-extensions.ll

  Log Message:
  -----------
  [DebugInfo] Remove the DIFlagArgumentNotModified debug info flag

Due to changes in D68206, we remove the DIFlagArgumentNotModified
and its usage.

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




More information about the All-commits mailing list