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

Peter Collingbourne via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 16 13:24:29 PDT 2018


pcc 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
+
----------------
Was this line intended to test `hello.exe.elf-x86_64`?


https://reviews.llvm.org/D50204





More information about the llvm-commits mailing list