]> granicus.if.org Git - clang/commit
Move clang tests that depend on llvm/ADT/Statistic.h to a subdir.
authorJan Wen Voung <jvoung@google.com>
Fri, 8 Mar 2013 22:42:02 +0000 (22:42 +0000)
committerJan Wen Voung <jvoung@google.com>
Fri, 8 Mar 2013 22:42:02 +0000 (22:42 +0000)
commit325de0ca0cdcde7b4ff9eef4796c48685572c60f
treee871b420eb4d4949704137bb49670be1ee685776
parent0918989f0eed08870e50418df97d1486d977d773
Move clang tests that depend on llvm/ADT/Statistic.h to a subdir.

The subdirectory has a lit.local.cfg that marks the tests unsupported
if llvm was built without Asserts.  There will be a patch in LLVM
that disables statistics gathering when built without Asserts so
that full Release builds can be faster.  Statistics can also
be enabled by building with -DLLVM_ENABLE_STATS.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@176730 91177308-0d34-0410-b5e6-96231b3b80d8
test/Analysis/Stats/lit.local.cfg [new file with mode: 0644]
test/Analysis/Stats/objc-method-coverage.m [moved from test/Analysis/objc-method-coverage.m with 100% similarity]
test/Analysis/Stats/stats.c [moved from test/Analysis/stats.c with 100% similarity]