[PATCH] [compiler-rt] Allow suppression file paths be relative to the location of the executable.

Anna Zaks zaks.anna at gmail.com
Wed Feb 4 18:54:34 PST 2015


In http://reviews.llvm.org/D7309#118880, @kcc wrote:

> > kcc@: We don't have file with default suppressions, do we?
>
>
> We do not, but I would rather prefer to have default suppressions than to work like suggested here.


I assume that the default suppressions are the bugs in libraries we already know about, correct? 
My understanding is that those are currently baked into the ASan library.

This workflow is needed for cases where a user runs into an issue in a third party library, which they want to suppress. Allowing them to add the suppressions file can unblock them immediately.


http://reviews.llvm.org/D7309

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/






More information about the llvm-commits mailing list