]> granicus.if.org Git - clang/commit
Check for backtraces in tests which are verifying pretty stack traces from a crashing...
authorPete Cooper <peter_cooper@apple.com>
Tue, 10 Feb 2015 19:53:38 +0000 (19:53 +0000)
committerPete Cooper <peter_cooper@apple.com>
Tue, 10 Feb 2015 19:53:38 +0000 (19:53 +0000)
commitd50b79df868e3402c3b4ae58f9d7d62605080a2b
treed00e7a567229d11489aec6e784f91383bd134d2c
parentbaa701f47b7856f848080b51bc4fbcf984d29faa
Check for backtraces in tests which are verifying pretty stack traces from a crashing clang.

PrettyStackTrace now requires the ENABLE_BACKTRACES option.  We need to check for that here or these tests fail llvm-lit.

Reviewed by chandlerc

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@228735 91177308-0d34-0410-b5e6-96231b3b80d8
test/Analysis/crash-trace.c
test/Parser/crash-report.c
test/lit.cfg
test/lit.site.cfg.in