[LLVMbugs] [Bug 9966] New: cmake build system doesn't support CLANG_VENDOR parameter
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Fri May 20 06:52:59 PDT 2011
http://llvm.org/bugs/show_bug.cgi?id=9966
Summary: cmake build system doesn't support CLANG_VENDOR
parameter
Product: clang
Version: unspecified
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P
Component: -New Bugs
AssignedTo: unassignedclangbugs at nondot.org
ReportedBy: ismail at namtrac.org
CC: llvmbugs at cs.uiuc.edu
With autoconf one can do;
make CLANG_VENDOR="SUSE Linux"
which will make clang -v to say something like:
SUSE Linux clang version 3.0 (trunk 131121) (based on LLVM 3.0svn)
This is a useful way of making sure that users now that this is a modified
version of clang. Would be nice if clang supported it via a define too.
--
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