Clarify how the binary file checked in was generated.

llvm-svn: 238665
This commit is contained in:
Davide Italiano 2015-05-30 22:43:36 +00:00
parent b510fb38f5
commit 3dbd7ae0e3
1 changed files with 4 additions and 0 deletions

View File

@ -1,4 +1,8 @@
// Test that llvm-readobj dumps DF_XXX and DF_1_XXX flags correctly.
// The input was generated using the following:
// $ clang -Wl,-z,origin -Wl,-z,now example.c
// $ cat example.c
// int main(void) { return (0); }
RUN: llvm-readobj -dynamic-table %p/Inputs/dtflags.elf-x86-64 | FileCheck %s