[LLVMbugs] [Bug 5299] New: llvm distribution needs a Version.h

bugzilla-daemon at cs.uiuc.edu bugzilla-daemon at cs.uiuc.edu
Sat Oct 24 16:04:19 PDT 2009


http://llvm.org/bugs/show_bug.cgi?id=5299

           Summary: llvm distribution needs a Version.h
           Product: libraries
           Version: trunk
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Core LLVM classes
        AssignedTo: unassignedbugs at nondot.org
        ReportedBy: daniel at zuster.org
                CC: tonic at nondot.org, llvmbugs at cs.uiuc.edu


It's rude to make clients that care about building with multiple LLVM sources
figure out the LLVM version themselves. See also:
  http://article.gmane.org/gmane.comp.compilers.llvm.cvs/40158

At the minimum we should have LLVM_VERSION_{MAJOR,MINOR}. An indication of
whether the LLVM version is a released one or TOT would also be nice.
LLVM_API_VERSION should be dealt with separately.


-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the llvm-bugs mailing list