[all-commits] [llvm/llvm-project] dce219: DebugInfo: Simplify debug-macinfo-split-dwarf.ll

David Blaikie via All-commits all-commits at lists.llvm.org
Fri Jan 31 13:10:17 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: dce21933589a42054f59a035921ade0bf8671f0f
      https://github.com/llvm/llvm-project/commit/dce21933589a42054f59a035921ade0bf8671f0f
  Author: David Blaikie <dblaikie at gmail.com>
  Date:   2020-01-31 (Fri, 31 Jan 2020)

  Changed paths:
    M llvm/test/DebugInfo/X86/debug-macinfo-split-dwarf.ll

  Log Message:
  -----------
  DebugInfo: Simplify debug-macinfo-split-dwarf.ll

This test didn't need any local variables or parameters, and didn't need
to be checking the DWO ID or more detailed forms.

It was using -v to print the macro sections, but now that macro sections
are emitted when requested (-debug-macro) that's not needed either.




More information about the All-commits mailing list