[compiler-rt] r221363 - [dfsan] Add libgo functions to ABI list.
Peter Collingbourne
peter at pcc.me.uk
Wed Nov 5 09:21:08 PST 2014
Author: pcc
Date: Wed Nov 5 11:21:08 2014
New Revision: 221363
URL: http://llvm.org/viewvc/llvm-project?rev=221363&view=rev
Log:
[dfsan] Add libgo functions to ABI list.
Modified:
compiler-rt/trunk/lib/dfsan/done_abilist.txt
Modified: compiler-rt/trunk/lib/dfsan/done_abilist.txt
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/lib/dfsan/done_abilist.txt?rev=221363&r1=221362&r2=221363&view=diff
==============================================================================
--- compiler-rt/trunk/lib/dfsan/done_abilist.txt (original)
+++ compiler-rt/trunk/lib/dfsan/done_abilist.txt Wed Nov 5 11:21:08 2014
@@ -237,3 +237,24 @@ fun:pthread_setspecific=discard
# Functions that take a callback (wrap the callback manually).
fun:pthread_create=custom
+
+###############################################################################
+# libffi/libgo
+###############################################################################
+# Functions that are written in asm or are called from asm.
+fun:ffi_call_unix64=uninstrumented
+fun:ffi_call_unix64=discard
+fun:ffi_closure_unix64_inner=uninstrumented
+fun:ffi_closure_unix64_inner=discard
+fun:ffi_closure_unix64=uninstrumented
+fun:ffi_closure_unix64=discard
+fun:__go_get_closure=uninstrumented
+fun:__go_get_closure=discard
+fun:__go_makefunc_can_recover=uninstrumented
+fun:__go_makefunc_can_recover=discard
+fun:__go_makefunc_returning=uninstrumented
+fun:__go_makefunc_returning=discard
+fun:reflect.MakeFuncStubGo=uninstrumented
+fun:reflect.MakeFuncStubGo=discard
+fun:reflect.makeFuncStub=uninstrumented
+fun:reflect.makeFuncStub=discard
More information about the llvm-commits
mailing list