[PATCH] D18372: llvm-readobj: Print GNU style program headers
khemant@codeaurora.org via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 22 13:09:51 PDT 2016
khemant added inline comments.
================
Comment at: test/tools/llvm-readobj/gnu-phdrs.test:1
@@ +1,2 @@
+RUN: llvm-readobj -program-headers %p/Inputs/phdrs-elf.exe-i386 --elf-output-style=GNU \
+RUN: | FileCheck %s -check-prefix ELF32
----------------
Forgot to add the source used to compile the binary. Will add it in a new patch.
Repository:
rL LLVM
http://reviews.llvm.org/D18372
More information about the llvm-commits
mailing list