[compiler-rt] 005991a - [DFSan] Remove dfsan_use_fast16labels from abilist.
Matt Morehouse via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 29 16:19:59 PDT 2020
Author: Matt Morehouse
Date: 2020-07-29T23:18:07Z
New Revision: 005991a3fe21f2e027c248f20e44314f19ce8f0b
URL: https://github.com/llvm/llvm-project/commit/005991a3fe21f2e027c248f20e44314f19ce8f0b
DIFF: https://github.com/llvm/llvm-project/commit/005991a3fe21f2e027c248f20e44314f19ce8f0b.diff
LOG: [DFSan] Remove dfsan_use_fast16labels from abilist.
Its implementation was scrapped in the final fast16labels
instrumentation patch.
Added:
Modified:
compiler-rt/lib/dfsan/done_abilist.txt
Removed:
################################################################################
diff --git a/compiler-rt/lib/dfsan/done_abilist.txt b/compiler-rt/lib/dfsan/done_abilist.txt
index 540f0a4c6bfc..52f3ff5ef239 100644
--- a/compiler-rt/lib/dfsan/done_abilist.txt
+++ b/compiler-rt/lib/dfsan/done_abilist.txt
@@ -28,8 +28,6 @@ fun:dfsan_set_write_callback=uninstrumented
fun:dfsan_set_write_callback=custom
fun:dfsan_flush=uninstrumented
fun:dfsan_flush=discard
-fun:dfsan_use_fast16labels=uninstrumented
-fun:dfsan_use_fast16labels=discard
###############################################################################
# glibc
More information about the llvm-commits
mailing list