[PATCH] SpecialCaseList: Add support for parsing multiple input files.

Alexey Samsonov vonosmas at gmail.com
Mon Feb 2 18:10:59 PST 2015


Hi pcc,

This change allows users to create SpecialCaseList objects from
multiple local files. This is needed to implement a proper support
for -fsanitize-blacklist flag (allow users to specify multiple blacklists,
in addition to default blacklist, see PR22431).

DFSan can also benefit from this change, as DFSan instrumentation pass now
accepts ABI-lists both from -fsanitize-blacklist= and -mllvm -dfsan-abilist flags.

Go bindings are fixed accordingly.

http://reviews.llvm.org/D7367

Files:
  bindings/go/llvm/InstrumentationBindings.cpp
  bindings/go/llvm/InstrumentationBindings.h
  bindings/go/llvm/transforms_instrumentation.go
  include/llvm/Support/SpecialCaseList.h
  include/llvm/Transforms/Instrumentation.h
  lib/Support/SpecialCaseList.cpp
  lib/Transforms/Instrumentation/DataFlowSanitizer.cpp
  unittests/Support/SpecialCaseListTest.cpp

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D7367.19207.patch
Type: text/x-patch
Size: 14775 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150203/004c9aae/attachment.bin>


More information about the llvm-commits mailing list