mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-28 04:56:06 +00:00

- Tests that use multiple short switches now test them grouped and ungrouped. - Ensure the output of ungrouped and grouped variants is identical Differential Revision: https://reviews.llvm.org/D57904 llvm-svn: 354375
6 lines
256 B
Plaintext
6 lines
256 B
Plaintext
// RUN: llvm-objdump -afxz %p/Inputs/private-headers-x86_64.elf 2>&1 >%t0
|
|
// RUN: llvm-objdump -a -f -x -z %p/Inputs/private-headers-x86_64.elf 2>&1 >%t1
|
|
// RUN: cmp %t0 %t1
|
|
// RUN: FileCheck --input-file %t0 %s
|
|
// CHECK-NOT: Unknown command line argument
|