search for: getllvmversion

Displaying 2 results from an estimated 2 matches for "getllvmversion".

2017 Feb 08
2
[RFC] Queries for LLVM version
...en? > > > I’m not against the functionality, but I’m not sure the API is the right > one for the use-case. > > Or just not in favour of that use case? > > > The use-case (object cache) makes perfect sense, but I wouldn’t use this > API. > I’d like use a `const char *getLLVMVersion()` API that would be documented > as returning an opaque string representing the LLVM version. > The reason to return an opaque string is to prevent (not encourage…) users > to parse it. It could return something like “LLVM 4.0.0svn(r12345)”. > Using this as part of your cache key makes...
2017 Feb 08
2
[RFC] Queries for LLVM version
So Mehdi, you're not in favour of providing this functionality then? Or just not in favour of that use case? On Wed, Feb 8, 2017 at 10:18 AM, Mehdi Amini <mehdi.amini at apple.com> wrote: > > > On Feb 7, 2017, at 5:44 PM, Timothy Arceri via llvm-dev < > llvm-dev at lists.llvm.org> wrote: > > > > On Wed, 2017-02-08 at 00:12 +0100, Nemanja Ivanovic wrote: