[PATCH] D70153: Add support for multi-module bitcode files to llvm-dis

Matthew Voss via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 14 10:34:11 PST 2019


ormris marked an inline comment as done.
ormris added inline comments.


================
Comment at: llvm/test/Assembler/multi-mod-disassemble.ll:6
+; RUN: llvm-as -o %t5.o %t3.1
+; RUN: diff -b %t4.o %t5.o
+; RUN: llvm-cat -b -o %t6.o %t5.o %t4.o
----------------
MaskRay wrote:
> diff -> cmp
Will fix before commit.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D70153/new/

https://reviews.llvm.org/D70153





More information about the llvm-commits mailing list