Displaying 5 results from an estimated 5 matches for "getsourceversion".
2010 Jul 20
2
[LLVMdev] Can I read llvm version through API?
Is there an API function exported from libLLVM.so that would return the
version of llvm compiler used?
I would like to be able to read not only 2.8 but also the precise source
version identifier, like svn revision for example. And maybe the build date.
Yuri
2010 Jul 21
0
[LLVMdev] Can I read llvm version through API?
Hi Yuri,
> Is there an API function exported from libLLVM.so that would return the
> version of llvm compiler used?
> I would like to be able to read not only 2.8 but also the precise source
> version identifier, like svn revision for example. And maybe the build date.
maybe utils/GetSourceVersion will help.
Ciao,
Duncan.
2010 Jul 21
2
[LLVMdev] Can I read llvm version through API?
On 07/21/2010 03:39, Duncan Sands wrote:
> maybe utils/GetSourceVersion will help.
>
No, I meant can I read the version from the shared library libLLVM.so?
I guess the answer is "no". So I will make a patch for this.
Yuri
2013 Sep 17
2
[LLVMdev] [PATCH] Detect SVN revision and path on Git working copy
...lt from SVN, if we build using clean master.
Therefore we check if last commit contains git-svn-id: and if so we extract SVN
revision and repo URL. Otherwise we fallback to Git hash and URL.
Calls to sed and grep conform to POSIX standard (no extended RE).
---
utils/GetRepositoryPath | 2 ++
utils/GetSourceVersion | 2 ++
2 files changed, 4 insertions(+)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-Detect-SVN-revision-and-path-on-Git-working-copy.patch
Type: text/x-patch
Size: 972 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachme...
2013 Sep 17
0
[LLVMdev] [PATCH] Detect SVN revision and path on Git working copy
...eans that from build to build, depending on whether a Git change or SVN change is the most recent on my branch, I will get different results. That seems problematic.
>
> Calls to sed and grep conform to POSIX standard (no extended RE).
> ---
> utils/GetRepositoryPath | 2 ++
> utils/GetSourceVersion | 2 ++
> 2 files changed, 4 insertions(+)
>
> <0001-Detect-SVN-revision-and-path-on-Git-working-copy.patch>_______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mai...