[llvm-commits] Revised: [PATCH] Provide the capability of defining CLANG_VENDOR via configure or cmake.
Ron Lieberman
ronl at codeaurora.org
Sun Sep 9 15:41:38 PDT 2012
Please disregard this mail topic, I have attached the revised patch to the
original mail stream.
---
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, hosted by
The Linux Foundation
From: llvm-commits-bounces at cs.uiuc.edu
[mailto:llvm-commits-bounces at cs.uiuc.edu] On Behalf Of Ron Lieberman
Sent: Sunday, September 09, 2012 5:16 PM
To: llvm-commits at cs.uiuc.edu; Duncan Sands
Subject: [llvm-commits] Revised: [PATCH] Provide the capability of defining
CLANG_VENDOR via configure or cmake.
This is a revised patch incorporating the new spelling
llvm-vendor
[PATCH] Provide the capability of defining CLANG_VENDOR via
configure or cmake.
Default for the new configure option:
--with-llvm-vendor defaults to null.
The vendor name is configured using the following option
--with-llvm-vendor="INTLWICKET " \
Examples:
$ clang -v
INTLWICKET clang version 3.2 (based on LLVM 3.2svn)
Target: x86_64-unknown-linux-gnu
Thread model: posix
The __VERSION__ macro becomes:
define __VERSION__ "4.2.1 Compatible INTLWICKET Clang 3.2 "
Testing:
cmake
cmake -DLLVM_VENDOR=
cmake -DLLVM_VENDOR="INTLWICKET "
configure
configure --with-llvm-vendor=
configure --with-llvm-vendor="INTLWICKET "
---
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, hosted by
The Linux Foundation
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20120909/ea1f8fa9/attachment.html>
More information about the llvm-commits
mailing list