mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 18:54:02 +01:00
cb14fa015d
Added -allow-unused-prefixes as necessary. Differential Revision: https://reviews.llvm.org/D90496
6 lines
171 B
Plaintext
6 lines
171 B
Plaintext
; RUN: FileCheck -check-prefix=B -check-prefix=A -input-file %s %s -allow-unused-prefixes
|
|
|
|
this is the string to be matched
|
|
|
|
; B-DAG: this is the string to be {{matched}}
|