[all-commits] [llvm/llvm-project] b0cd0b: Reapply: DebugInfo: Add missing test coverage for ...

David Blaikie via All-commits all-commits at lists.llvm.org
Tue Feb 4 18:20:40 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: b0cd0b7c909edceed7aa7e55ab0677fba1a0511c
      https://github.com/llvm/llvm-project/commit/b0cd0b7c909edceed7aa7e55ab0677fba1a0511c
  Author: David Blaikie <dblaikie at gmail.com>
  Date:   2020-02-04 (Tue, 04 Feb 2020)

  Changed paths:
    A llvm/test/DebugInfo/X86/convert-loclist.ll

  Log Message:
  -----------
  Reapply: DebugInfo: Add missing test coverage for DW_OP_convert in loclists

Originally committed in: 5327b917e3bd0b3db352cb5a61eea7409f2d1972
      and follow on fix: 4f281f047457ce3f1870a93253476222314f420b

            Reverted in: 191a9a78b3f4bdf35a30d3480bd630d787a2fdf6
	            and: f75301d16d444d8cb6810d679290df744bc79ec7

Reverted because it wasn't portable between the targets it was running
on. Using %llc_dwarf ensures the target triple is always elfine and thus
DWARF compatible.




More information about the All-commits mailing list