Re: Compile elfutils with Clang

2017-09-12 Thread Dmitry Golovin
Hi Chih-hung, I have added clang support to elfutils 0.170, the work is mostly based on your patches. So I'm attaching it and posting it to the mailing list in case someone else wants to compile it with clang. (sending it again, because the first message was not accepted by the mailing list c

Re: Compile elfutils with Clang

2017-09-12 Thread Ulf Hermann
Hi Dmitry, I would love to know how you implemented INLINE_NESTED_FUNC, but nested_func.h seems to be missing from your patch. Can you please double check this? regards, Ulf

Re: Compile elfutils with Clang

2017-09-12 Thread Dmitry Golovin
Hi Ulf, Forgot to include it. I believe this file was also written by Chih-hung. Regards, Dmitry 12.09.2017, 17:32, "Ulf Hermann" : > Hi Dmitry, > > I would love to know how you implemented INLINE_NESTED_FUNC, but > nested_func.h seems to be missing from your patch. Can you please double > che