[all-commits] [llvm/llvm-project] 141bb5: Add support for multi-module bitcode files to llvm...

Matthew Voss via All-commits all-commits at lists.llvm.org
Thu Nov 14 10:42:26 PST 2019


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 141bb5f308fa108045400622889a21a12c4ed41c
      https://github.com/llvm/llvm-project/commit/141bb5f308fa108045400622889a21a12c4ed41c
  Author: Matthew Voss <matthew.voss at sony.com>
  Date:   2019-11-14 (Thu, 14 Nov 2019)

  Changed paths:
    A llvm/test/Assembler/multi-mod-disassemble.ll
    A llvm/test/Assembler/multi-summary-disassemble.ll
    M llvm/test/Bitcode/invalid.test
    M llvm/test/Bitcode/multi-module.ll
    M llvm/tools/llvm-dis/llvm-dis.cpp

  Log Message:
  -----------
  Add support for multi-module bitcode files to llvm-dis

Summary:
This change allows llvm-dis to disassemble multi-module bitcode
files, including the associated module summary.

Reviewers: tejohnson, pcc, mehdi_amini

Subscribers: llvm-commits

Tags: #llvm

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




More information about the All-commits mailing list