Is there a wiki or some place users can add/modify information to help
eachother?
For example, I'm looking at how I should figure out if a class inherit
another class. This page gives me hints
https://llvm.org/docs/HowToSetUpLLVMStyleRTTI.html however I'm not sure if
I need RTTI, if I will use vta
Hi Vinay,
On Tue, May 8, 2018 at 2:41 PM, Vinay Kumar via cfe-users
wrote:
(snip)
> My query is how to confirm(command to check) if my executable is created
> using ld.lld linker or ld.gold/some other linker? What is the default linker
> 'clang++' uses(command to cross-check) on mac os?
>
If you