summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-objcopy/llvm-objcopy.cpp
diff options
context:
space:
mode:
authorMitch Phillips <mitchphillips@outlook.com>2017-11-03 20:54:26 +0000
committerMitch Phillips <mitchphillips@outlook.com>2017-11-03 20:54:26 +0000
commitc15bdf5598154277d21cae47cf8dae25b44398ef (patch)
tree67bebe00d2ed241615e0c76229e453d840fc1b7f /llvm/tools/llvm-objcopy/llvm-objcopy.cpp
parent55435b74271433e1767bb4f6d192f273862ff698 (diff)
downloadbcm5719-llvm-c15bdf5598154277d21cae47cf8dae25b44398ef.tar.gz
bcm5719-llvm-c15bdf5598154277d21cae47cf8dae25b44398ef.zip
[cfi-verify] Add blacklist parsing for result filtering.
Adds blacklist parsing behaviour for filtering results into four categories: - Expected Protected: Things that are not in the blacklist and are protected. - Unexpected Protected: Things that are in the blacklist and are protected. - Expected Unprotected: Things that are in the blacklist and are unprotected. - Unexpected Unprotected: Things that are not in the blacklist and are unprotected. now can optionally be invoked with a second command line argument, which specifies the blacklist file that the binary was built with. Current statistics for chromium: Reviewers: vlad.tsyrklevich Subscribers: mgorny, llvm-commits, pcc, kcc Differential Revision: https://reviews.llvm.org/D39525 llvm-svn: 317364
Diffstat (limited to 'llvm/tools/llvm-objcopy/llvm-objcopy.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud