Disable test under asan: it uses a lot of stack, and asan increases the
authorRichard Smith <richard-llvm@metafoo.co.uk>
Wed, 24 Aug 2016 21:30:00 +0000 (21:30 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Wed, 24 Aug 2016 21:30:00 +0000 (21:30 +0000)
commit571a6478538ba4802ae19b488c3b3f1e0ae710c6
tree9df8cebd688be41c0b5b915d67dcd24df1dac865
parent4b054b26652e1c614265976c6fcfd3ce3c45ad97
Disable test under asan: it uses a lot of stack, and asan increases the
per-frame stack usage enough to cause it to hit our stack limit. This is not
ideal; we should find a better way of dealing with this, such as increasing
our stack allocation when built with ASan.

llvm-svn: 279668
clang/test/SemaTemplate/instantiation-depth-default.cpp