[PATCH] D50204: [llvm-objdump] Label calls to the PLT

Joel Galenson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 16 13:37:36 PDT 2018


jgalenson added inline comments.


================
Comment at: test/tools/llvm-objdump/X86/plt.test:3
+// RUN: llvm-objdump -d %p/Inputs/hello.exe.nopie.elf-i386 | FileCheck -check-prefix=32 %s
+// RUN: llvm-objdump -d %p/Inputs/hello.exe.nopie.elf-i386 | FileCheck -check-prefix=32 %s
+
----------------
pcc wrote:
> Was this line intended to test `hello.exe.elf-x86_64`?
Oops, yes (except that I also used the wrong name, as both my new files are i386).  Thanks for catching this.


https://reviews.llvm.org/D50204





More information about the llvm-commits mailing list