diff options
author | Alexey Samsonov <vonosmas@gmail.com> | 2015-02-05 19:39:20 +0000 |
---|---|---|
committer | Alexey Samsonov <vonosmas@gmail.com> | 2015-02-05 19:39:20 +0000 |
commit | 19763c48df28503fc15eccaad4043d0e731d66a3 (patch) | |
tree | c36a259ae2c421c6cb726404d1159b7943addd3a /clang/test/Driver/clang-exception-flags.cpp | |
parent | 24f3f65196ec1afb528d2924fde0ed51789e5e36 (diff) | |
download | llvm-19763c48df28503fc15eccaad4043d0e731d66a3.zip llvm-19763c48df28503fc15eccaad4043d0e731d66a3.tar.gz llvm-19763c48df28503fc15eccaad4043d0e731d66a3.tar.bz2 |
[ASan] Enable -asan-stack-dynamic-alloca by default.
By default, store all local variables in dynamic alloca instead of
static one. It reduces the stack space usage in use-after-return mode
(dynamic alloca will not be called if the local variables are stored
in a fake stack), and improves the debug info quality for local
variables (they will not be described relatively to %rbp/%rsp, which
are assumed to be clobbered by function calls).
llvm-svn: 228336
Diffstat (limited to 'clang/test/Driver/clang-exception-flags.cpp')
0 files changed, 0 insertions, 0 deletions