[compiler-rt] 2fcd872 - [dfsan] Remove dfsan_get_origin from done_abilist.txt

Vitaly Buka via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 5 17:59:48 PST 2021


Author: Vitaly Buka
Date: 2021-03-05T17:59:39-08:00
New Revision: 2fcd872d8a9cc5f7f6e4ede13939fc0d4a75c3f8

URL: https://github.com/llvm/llvm-project/commit/2fcd872d8a9cc5f7f6e4ede13939fc0d4a75c3f8
DIFF: https://github.com/llvm/llvm-project/commit/2fcd872d8a9cc5f7f6e4ede13939fc0d4a75c3f8.diff

LOG: [dfsan] Remove dfsan_get_origin from done_abilist.txt

Followup for D95835

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 778e632eaf9d..1c993aa0b533 100644
--- a/compiler-rt/lib/dfsan/done_abilist.txt
+++ b/compiler-rt/lib/dfsan/done_abilist.txt
@@ -30,8 +30,6 @@ fun:dfsan_flush=uninstrumented
 fun:dfsan_flush=discard
 fun:dfsan_print_origin_trace=uninstrumented
 fun:dfsan_print_origin_trace=discard
-fun:dfsan_get_origin=uninstrumented
-fun:dfsan_get_origin=custom
 fun:dfsan_get_init_origin=uninstrumented
 fun:dfsan_get_init_origin=discard
 


        


More information about the llvm-commits mailing list