tstellar / rpms / clang

Forked from rpms/clang 6 years ago
Clone

8ef0cdb Only enable -funwind-tables by default on Fedora arches

Authored and Committed by tstellar 2 years ago
    Only enable -funwind-tables by default on Fedora arches
    
    .eh_frame sections confuse bpf tools, so -funwind-tables  shouldn't be enabled there.
    There are other non-CPU arches where this could potentially cause problems, so be
    conservative and only enable this on CPU arches supported by Fedora.
    
        
file modified
+4 -1