[compiler-rt] r315216 - Limit CFI blacklist entries to specific CFI mode

Vlad Tsyrklevich via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 9 10:11:44 PDT 2017


Author: vlad.tsyrklevich
Date: Mon Oct  9 10:11:44 2017
New Revision: 315216

URL: http://llvm.org/viewvc/llvm-project?rev=315216&view=rev
Log:
Limit CFI blacklist entries to specific CFI mode

Summary:
Since D37924 and D37925 were merged, it's now possible to specify
individual sanitizers or CFI modes in sanitizer blacklists. Update the
CFI blacklist entries to only apply to cfi-unrelated-cast checks.

Reviewers: eugenis, pcc

Reviewed By: eugenis

Subscribers: kcc

Differential Revision: https://reviews.llvm.org/D38385

Modified:
    compiler-rt/trunk/lib/cfi/cfi_blacklist.txt

Modified: compiler-rt/trunk/lib/cfi/cfi_blacklist.txt
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/lib/cfi/cfi_blacklist.txt?rev=315216&r1=315215&r2=315216&view=diff
==============================================================================
--- compiler-rt/trunk/lib/cfi/cfi_blacklist.txt (original)
+++ compiler-rt/trunk/lib/cfi/cfi_blacklist.txt Mon Oct  9 10:11:44 2017
@@ -1,3 +1,4 @@
+[cfi-unrelated-cast]
 # std::get_temporary_buffer, likewise (libstdc++, libc++).
 fun:_ZSt20get_temporary_buffer*
 fun:_ZNSt3__120get_temporary_buffer*




More information about the llvm-commits mailing list