In perl.git, the branch tonyc/dtrace-no-main-probes has been created

<http://perl5.git.perl.org/perl.git/commitdiff/1af444e5ec991a5db4147c59e461c135bfa4f59f?hp=0000000000000000000000000000000000000000>

        at  1af444e5ec991a5db4147c59e461c135bfa4f59f (commit)

- Log -----------------------------------------------------------------
commit 1af444e5ec991a5db4147c59e461c135bfa4f59f
Author: Tony Cook <[email protected]>
Date:   Thu Nov 17 22:18:30 2016 +1100

    (perl #130108) generate a dummy dtrace_main.o if perlmain.o doesn't contain 
probes
    
    efc4bddfd4 added generating a probes object file for perlmain.o, since
    the compiler was generating probes even for unused inline functions.
    
    The default compiler on FreeBSD 11 however doesn't generate probes for
    these unused inline functions, and dtrace -G fails because it can't
    find any.
    
    So if dtrace fails for perlmain.o generate a dummy object file to
    take its place.
    
    Similarly for XS::APItest.
-----------------------------------------------------------------------

--
Perl5 Master Repository

Reply via email to