1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 11:13:28 +01:00

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 60beb2e4b6
commit ef67976879

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