Add lit.local.cfg to llvm-objdump tests
authorSteven Wu <stevenwu@apple.com>
Tue, 9 Jul 2019 17:47:14 +0000 (17:47 +0000)
committerSteven Wu <stevenwu@apple.com>
Tue, 9 Jul 2019 17:47:14 +0000 (17:47 +0000)
Add configuration file to llvm-objdump tests to treat files with .yaml
extension as tests.

llvm-svn: 365519

llvm/test/tools/llvm-objdump/X86/macho-build-version.yaml
llvm/test/tools/llvm-objdump/lit.local.cfg [new file with mode: 0644]

index acefb69..ef70774 100644 (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
diff --git a/llvm/test/tools/llvm-objdump/lit.local.cfg b/llvm/test/tools/llvm-objdump/lit.local.cfg
new file mode 100644 (file)
index 0000000..c3e092a
--- /dev/null
@@ -0,0 +1 @@
+config.suffixes = ['.test', '.ll', '.s', '.yaml', '.txt']