1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 20:51:52 +01:00

Add lit.local.cfg to llvm-objdump tests

Add configuration file to llvm-objdump tests to treat files with .yaml
extension as tests.

llvm-svn: 365519
This commit is contained in:
Steven Wu 2019-07-09 17:47:14 +00:00
parent b07225d581
commit 4370c21a93
2 changed files with 2 additions and 1 deletions

View File

@ -54,4 +54,4 @@ CHECK-NEXT: sdk 9.0
CHECK-NEXT: minos 8.0
CHECK-NEXT: ntools 1
CHECK-NEXT: tool clang
CHECK-NEXT: version n/a
CHECK-NEXT: version 0.0

View File

@ -0,0 +1 @@
config.suffixes = ['.test', '.ll', '.s', '.yaml', '.txt']