1// RUN: llvm-objdump -afxz %p/Inputs/private-headers-x86_64.elf 2>&1 >%t0 2// RUN: llvm-objdump -a -f -x -z %p/Inputs/private-headers-x86_64.elf 2>&1 >%t1 3// RUN: cmp %t0 %t1 4// RUN: FileCheck --input-file %t0 %s 5// CHECK-NOT: Unknown command line argument 6