summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorKuba Mracek <mracek@apple.com>2017-03-27 17:14:48 +0000
committerKuba Mracek <mracek@apple.com>2017-03-27 17:14:48 +0000
commit90caf899eb86268e90efa8cf4b6fd7b770d9734b (patch)
tree206010da6c5bf7444aec137aae903abf15ccadcf /llvm
parentafc9e3534371e07010752db09063669842763705 (diff)
downloadbcm5719-llvm-90caf899eb86268e90efa8cf4b6fd7b770d9734b.tar.gz
bcm5719-llvm-90caf899eb86268e90efa8cf4b6fd7b770d9734b.zip
[sanitizers] Avoid using -fomit-frame-pointer on Darwin
On Darwin, we're having multiple issues with using -fomit-frame-pointer in the AddressSanitizer and ThreadSanitizer runtimes, so we're actually not using -fomit-frame-pointer in the our builds of the sanitizer dylibs. This patch just pushes our internal change upstream. The issues are usually with debuggers, profilers and other tools that unwind the stack (crash reporter), which are often simply not able to get a stack trace. And crashlogs that don't contain a stack trace are a huge problem. Differential Revision: https://reviews.llvm.org/D31376 llvm-svn: 298859
Diffstat (limited to 'llvm')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud