mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 11:13:28 +01:00
3fb0589d43
- 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
|