Re: [cfe-users] [cfe-dev] Removing or obfuscating RTTI type name strings

2021-09-03 Thread David Blaikie via cfe-users
On Fri, Sep 3, 2021 at 2:55 PM Richard Smith via cfe-dev < cfe-...@lists.llvm.org> wrote: > On Fri, 27 Aug 2021 at 11:03, Andy Gibbs via cfe-users < > cfe-users@lists.llvm.org> wrote: > >> Hi there, >> >> I'm hitting a rather difficult problem. I have to compile with RTTI data >> structures gener

Re: [cfe-users] Removing or obfuscating RTTI type name strings

2021-09-03 Thread Richard Smith via cfe-users
On Fri, 27 Aug 2021 at 11:03, Andy Gibbs via cfe-users < cfe-users@lists.llvm.org> wrote: > Hi there, > > I'm hitting a rather difficult problem. I have to compile with RTTI data > structures generated because, even though I am not using dynamic_cast or > typeid in my application code, I am linki