Re: [Lldb-commits] [lldb] r330147 - [Statistics] Move GetStatDescription to an header file.

2018-04-16 Thread Davide Italiano via lldb-commits
On Mon, Apr 16, 2018 at 11:30 AM, Zachary Turner via lldb-commits wrote: > I think you need to mark this inline otherwise you're going to get multiple > definitions no? > I'm pretty sure you're correct, although this didn't show up (probably because it's used only in one place). Let me change it

Re: [Lldb-commits] [lldb] r330147 - [Statistics] Move GetStatDescription to an header file.

2018-04-16 Thread Zachary Turner via lldb-commits
I think you need to mark this inline otherwise you're going to get multiple definitions no? On Mon, Apr 16, 2018 at 11:29 AM Davide Italiano via lldb-commits < lldb-commits@lists.llvm.org> wrote: > Author: davide > Date: Mon Apr 16 11:25:57 2018 > New Revision: 330147 > > URL: http://llvm.org/vie

[Lldb-commits] [lldb] r330147 - [Statistics] Move GetStatDescription to an header file.

2018-04-16 Thread Davide Italiano via lldb-commits
Author: davide Date: Mon Apr 16 11:25:57 2018 New Revision: 330147 URL: http://llvm.org/viewvc/llvm-project?rev=330147&view=rev Log: [Statistics] Move GetStatDescription to an header file. In preparation for using it in the API. Modified: lldb/trunk/include/lldb/lldb-private-enumerations.h