summaryrefslogtreecommitdiffstats
path: root/llvm/docs
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2010-02-23 10:00:53 +0000
committerDaniel Dunbar <daniel@zuster.org>2010-02-23 10:00:53 +0000
commit16a1353031cc949aa11ec5b0235260c2417e6092 (patch)
treea57889c74e0c6f17f52640a6b8f835b264eeb105 /llvm/docs
parent49b962cc26a25bec5f7ac38d379bae80e9b1c895 (diff)
downloadbcm5719-llvm-16a1353031cc949aa11ec5b0235260c2417e6092.tar.gz
bcm5719-llvm-16a1353031cc949aa11ec5b0235260c2417e6092.zip
Add LLVM{CC,CXX} make variables, which specify the configured path the LLVM
capable compilers (which could be llvm-gcc or clang). llvm-svn: 96935
Diffstat (limited to 'llvm/docs')
-rw-r--r--llvm/docs/MakefileGuide.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/llvm/docs/MakefileGuide.html b/llvm/docs/MakefileGuide.html
index a9c0725f215..b1f8292831e 100644
--- a/llvm/docs/MakefileGuide.html
+++ b/llvm/docs/MakefileGuide.html
@@ -818,6 +818,10 @@
<tt>mklib</tt> by the <tt>configure</tt> script and always located in the
<dt><a name="LLVMAS"><tt>LLVMAS</tt></a><small>(defaulted)</small></dt>
<dd>Specifies the path to the <tt>llvm-as</tt> tool.</dd>
+ <dt><a name="LLVMCC"><tt>LLVMCC</tt></a></dt>
+ <dd>Specifies the path to the LLVM capable compiler.</dd>
+ <dt><a name="LLVMCXX"><tt>LLVMCXX</tt></a></dt>
+ <dd>Specifies the path to the LLVM C++ capable compiler.</dd>
<dt><a name="LLVMGCC"><tt>LLVMGCC</tt></a><small>(defaulted)</small></dt>
<dd>Specifies the path to the LLVM version of the GCC 'C' Compiler</dd>
<dt><a name="LLVMGXX"><tt>LLVMGXX</tt></a><small>(defaulted)</small></dt>
OpenPOWER on IntegriCloud