summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/python_api/value
diff options
context:
space:
mode:
authorKostya Kortchinsky <kostyak@google.com>2018-06-22 14:31:30 +0000
committerKostya Kortchinsky <kostyak@google.com>2018-06-22 14:31:30 +0000
commit64d8093691b1f76e2118ef7bb8cd19ea81e397d3 (patch)
tree6687048fd697540e761c24c042dcfeaf9da0a313 /lldb/packages/Python/lldbsuite/test/python_api/value
parent6366c76fa58c42a10e9b70330446584008a95347 (diff)
downloadbcm5719-llvm-64d8093691b1f76e2118ef7bb8cd19ea81e397d3.tar.gz
bcm5719-llvm-64d8093691b1f76e2118ef7bb8cd19ea81e397d3.zip
[Driver] Make scudo compatible with -fsanitize-minimal-runtime
Summary: This is the clang side of the change, there is a compiler-rt counterpart. Scudo works with UBSan using `-fsanitize=scudo,integer` for example, and to do so it embeds UBSan runtime. This makes it not compatible with the UBSan minimal runtime, but this is something we want for production purposes. The idea is to have a Scudo minimal runtime on the compiler-rt side that will not embed UBSan. This is basically the runtime that is currently in use for Fuchsia, without coverage, stacktraces or symbolization. With this, Scudo becomes compatible with `-fsanitize-minimal-runtime`. If this approach is suitable, I'll add the tests as well, otherwise I am open to other options. Reviewers: eugenis Reviewed By: eugenis Subscribers: llvm-commits, cfe-commits Differential Revision: https://reviews.llvm.org/D48373 llvm-svn: 335352
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/value')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud