[Clang] ensure mangled names are valid identifiers before being suggested in ifunc...
[llvm-project.git] / llvm / test / FileCheck / check-substring-multi-prefix-2.txt
blob7bbe4d16b2aecf57779e0907ee6007d97c797e53
1 ; RUN: FileCheck -check-prefix=FOO -check-prefix=FOOBAR -check-prefix=BARFOO -input-file %s %s -allow-unused-prefixes
2 ; RUN: FileCheck -check-prefix=FOOBAR -check-prefix=FOO -check-prefix=BARFOO -input-file %s %s -allow-unused-prefixes
3 ; RUN: FileCheck -check-prefix=FOOBAR -check-prefix=BARFOO -check-prefix=FOO -input-file %s %s -allow-unused-prefixes
5 this is the match
6 this is another
8 FOO
9 FOOBAR
10 FOOBAR: this is the {{match}}
11 BARFOO: this is {{another}}