[PATCH] D38525: Cleanup and generalize -shared-libasan.
Evgenii Stepanov via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Oct 5 13:01:13 PDT 2017
eugenis added inline comments.
================
Comment at: clang/lib/Driver/ToolChains/CommonArgs.cpp:563
+ if (SanArgs.needsUbsanRt()) {
+ if (SanArgs.requiresMinimalRuntime()) {
+ SharedRuntimes.push_back("ubsan_minimal");
----------------
vitalybuka wrote:
> Shouldn't ubsan changes be in the separate patch?
They are quite hard to separate, and without ubsan there is not much point to this change.
https://reviews.llvm.org/D38525
More information about the cfe-commits
mailing list