[PATCH] D70719: created a test case to verify the raw text section of xcoffobject file
David Tenty via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 5 12:38:43 PST 2019
daltenty accepted this revision.
daltenty added a comment.
This revision is now accepted and ready to land.
LGTM with minor nit
================
Comment at: llvm/test/CodeGen/PowerPC/aix-xcoff-textdisasembly.ll:1
+; RUN: llc -verify-machineinstrs -mcpu=pwr9 -mtriple powerpc-ibm-aix-xcoff -filetype=obj -o %t.o < %s
+; RUN: llvm-objdump -D %t.o | FileCheck --check-prefix=CHECK %s
----------------
nit: s/disasembly/disassembly/ (two s), sorry it was wrong in my earlier comment
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D70719/new/
https://reviews.llvm.org/D70719
More information about the llvm-commits
mailing list