mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-26 04:32:44 +01:00
081a4bd35e
This change adds tests specifically for --parent-recurse-depth, --quiet and -o. The test for -o found a typo in an error message which is also fixed in this change. Differential Revision: https://reviews.llvm.org/D103250
11 lines
517 B
ArmAsm
11 lines
517 B
ArmAsm
# RUN: llvm-mc %S/brief.s -filetype obj -triple x86_64-apple-darwin -o %t.o
|
|
# RUN: llvm-dwarfdump --verify %t.o | FileCheck %s
|
|
# RUN: llvm-dwarfdump --verify --quiet %t.o | FileCheck %s --check-prefix=QUIET --allow-empty
|
|
|
|
# RUN: llvm-mc %S/empty-CU.s -filetype obj -triple x86_64-apple-darwin -o %t-error.o
|
|
# RUN: not llvm-dwarfdump --verify %t-error.o | FileCheck %s
|
|
# RUN: not llvm-dwarfdump --verify --quiet %t-error.o | FileCheck %s --check-prefix=QUIET --allow-empty
|
|
|
|
# CHECK: {{.}}
|
|
# QUIET-NOT: {{.}}
|