projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8d8ac09
)
Add .ll as a valid test suffix for Object, this allows .ll -> object
author
Eric Christopher
<echristo@gmail.com>
Mon, 22 Apr 2013 10:45:06 +0000
(10:45 +0000)
committer
Eric Christopher
<echristo@gmail.com>
Mon, 22 Apr 2013 10:45:06 +0000
(10:45 +0000)
and then dumping as tests.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@180010
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/Object/lit.local.cfg
patch
|
blob
|
history
diff --git
a/test/Object/lit.local.cfg
b/test/Object/lit.local.cfg
index df9b335dd1310f7fc47e987a09d10534ffb9180d..b2439b2d1b7999d4a2f0e2ca60e84bc2c0f4f6bc 100644
(file)
--- a/
test/Object/lit.local.cfg
+++ b/
test/Object/lit.local.cfg
@@
-1
+1
@@
-config.suffixes = ['.test']
+config.suffixes = ['.test'
, '.ll'
]