Re-submit r191472 with a fix for big endian.
[oota-llvm.git] / test / tools / llvm-objdump / coff-private-headers.test
1 // RUN: llvm-objdump -p %p/Inputs/nop.exe.coff-i386 | FileCheck %s
2
3 CHECK:       The Import Tables:
4 CHECK-NEXT:  lookup 00005028 time 00000000 fwd 00000000 name 00005096 addr 00005058
5 CHECK:       DLL Name: KERNEL32.dll
6 CHECK-NEXT:     Hint/Ord  Name
7 CHECK-NEXT:          365  ExitProcess
8
9