aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/CodeGen/ObjectFilePCHContainerOperations.cpp
diff options
context:
space:
mode:
authorBen Craig <ben.craig@codeaurora.org>2016-03-04 14:25:13 +0000
committerBen Craig <ben.craig@codeaurora.org>2016-03-04 14:25:13 +0000
commit5d78477ba12df0c924d2d9aa5efafc52e1b62cd8 (patch)
tree2831cb3779dbcd0a9686a4f43ac030ac2bc14034 /clang/lib/CodeGen/ObjectFilePCHContainerOperations.cpp
parent6c3856d850714bbd88260d08691e71fb40b5a5e6 (diff)
downloadllvm-5d78477ba12df0c924d2d9aa5efafc52e1b62cd8.zip
llvm-5d78477ba12df0c924d2d9aa5efafc52e1b62cd8.tar.gz
llvm-5d78477ba12df0c924d2d9aa5efafc52e1b62cd8.tar.bz2
Reducing stack usage of test
This test has a lot of classes with large amounts of manually inserted padding in them, presumably to prevent various optimizations. The test then creates lots of these objects on the stack. On embedded targets, this was usually enough to overflow the stack. I moved the objects to global / namespace scope. Since the tests are each in their own namespace, there should be no cross-test conflicts. llvm-svn: 262717
Diffstat (limited to 'clang/lib/CodeGen/ObjectFilePCHContainerOperations.cpp')
0 files changed, 0 insertions, 0 deletions