]> granicus.if.org Git - clang/commit
Fix test: config.h is not guaranteed to exist at the location in
authorEli Friedman <eli.friedman@gmail.com>
Wed, 18 Feb 2009 01:02:14 +0000 (01:02 +0000)
committerEli Friedman <eli.friedman@gmail.com>
Wed, 18 Feb 2009 01:02:14 +0000 (01:02 +0000)
commite1d77c32c13b3f42886406975bbda83cae770cba
tree904e857cc64ad148f83f45891da1734b175e49e1
parentedbb94cee89ba366989f0a6d05debbb5d54d4342
Fix test: config.h is not guaranteed to exist at the location in
question.  Use __builtin_alloca instead, which is guaranteed to mean the right
thing without any includes.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@64868 91177308-0d34-0410-b5e6-96231b3b80d8
test/Analysis/stack-addr-ps.c