diff options
author | Chris Bieneman <beanz@apple.com> | 2016-12-12 23:14:58 +0000 |
---|---|---|
committer | Chris Bieneman <beanz@apple.com> | 2016-12-12 23:14:58 +0000 |
commit | 1a5e67869e5458065f6ecf500f22ee6024d95d28 (patch) | |
tree | 42123a0a15999e6d1e7058530da2fe8fc5e531b4 /llvm/test/tools | |
parent | f332d190cc85bcd2eb36663fb494b0f88d9ce97e (diff) | |
download | bcm5719-llvm-1a5e67869e5458065f6ecf500f22ee6024d95d28.tar.gz bcm5719-llvm-1a5e67869e5458065f6ecf500f22ee6024d95d28.zip |
Revert "Disable all llvm-config tests for now, will investigate later"
This reverts commit r260386.
These tests all pass for me locally. I have no idea if they will pass on all configurations, so I'll watch the bots closely.
llvm-svn: 289490
Diffstat (limited to 'llvm/test/tools')
-rw-r--r-- | llvm/test/tools/llvm-config/lit.local.cfg | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/test/tools/llvm-config/lit.local.cfg b/llvm/test/tools/llvm-config/lit.local.cfg deleted file mode 100644 index ce2b5eeabe6..00000000000 --- a/llvm/test/tools/llvm-config/lit.local.cfg +++ /dev/null @@ -1,2 +0,0 @@ -# Disable all llvm-config tests for now. -config.unsupported = True |