[cfe-dev] Dataflow Sanitizer ABI list question

Frederico Araujo araujof at gmail.com
Wed Oct 15 16:58:53 PDT 2014


Hi Peter,

When using dfsan's ABI list to specify the behavior of non-instrumented
libraries, is this the correct way to tell dfsan that a particular function
"foo" should follow the "discard" semantics?

fun:foo=uninstrumented
fun:foo=discard

Do I always have to add the "uninstrumented" entry? I tried adding only the
one with the discard specification, but then, compilation fails with the
error "undefined reference to dfs$foo".

Thanks,
Fred
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20141015/2dddb335/attachment.html>


More information about the cfe-dev mailing list