[PATCH] D14482: Define findModulesAndOffsets() unconditionally to unbreak build

Joerg Sonnenberger via llvm-commits llvm-commits at lists.llvm.org
Sat Nov 7 18:12:24 PST 2015


On Sun, Nov 08, 2015 at 01:44:52AM +0000, Kamil Rytarowski via llvm-commits wrote:
> krytarowski added a comment.
> 
> In http://reviews.llvm.org/D14482#284727, @joerg wrote:
> 
> > (2) Lack of backtrace(3) results in a broken build due to missing findModulesAndOffsets.
> 
> 
> How to solve `(2)` differently?

For once, it is checking something completely unrelated. Presence of
backtrace says nothing about the presence of dl_iterate_phdr and vice
versa.

Joerg


More information about the llvm-commits mailing list