Displaying 3 results from an estimated 3 matches for "dyld_interposing".
2012 Aug 30
2
[LLVMdev] dynamic_cast error detection
...I is found, giving us a chance to backtrace the offending class.
I'm looking for a better solution with llvm; I know about -Wweak–vtables, but compiling with it gives me hundreds of errors, and some of them are false positives.
So is there any legal way of catching dynamic_cast problems? Maybe dyld_interposing? I'd like to avoid replacing all dynamic_casts with another call if possible (because there are several hundreds of those calls).
Thanks in advance, Akos
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20...
2012 Sep 02
0
[LLVMdev] dynamic_cast error detection
...chance to backtrace the offending class.
>
> I'm looking for a better solution with llvm; I know about -Wweak–vtables, but
> compiling with it gives me hundreds of errors, and some of them are false positives.
> So is there any legal way of catching dynamic_cast problems? Maybe
> dyld_interposing? I'd like to avoid replacing all dynamic_casts with another
> call if possible (because there are several hundreds of those calls).
>
> Thanks in advance, Akos
>
>
>
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc....
2017 Jun 14
4
LLD support for mach-o aliases (weak or otherwise)
> On Jun 14, 2017, at 2:47 PM, Michael Clark via llvm-dev <llvm-dev at lists.llvm.org> wrote:
>
>>
>> On 15 Jun 2017, at 6:50 AM, Louis Gerbarg <lgerbarg at apple.com <mailto:lgerbarg at apple.com>> wrote:
>>
>>>
>>> On Jun 6, 2017, at 4:08 PM, Michael Clark via llvm-dev <llvm-dev at lists.llvm.org <mailto:llvm-dev at