[cfe-users] Is there a wiki?

2018-05-09 Thread Levo DeLellis via cfe-users
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

Re: [cfe-users] Command to check the 'linker' used(by clang++) for executable creation on Mac OS

2018-05-09 Thread Csaba Raduly via cfe-users
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