[PATCH] D13501: [ELF2] Add -wrap switch
Rafael EspĂndola via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 13 13:26:18 PDT 2015
> For the record, I'll want the --wrap feature eventually (we need it to
> support profiling tools on statically-linked binaries).
Would Rui's proposed algorithm work for what you want?
With the addition of some checks for which symbols are defined, it
seems a brilliant way to implement --wrap :-)
Cheers,
Rafael
More information about the llvm-commits
mailing list