summaryrefslogtreecommitdiff
path: root/docs/ReleaseNotes.html
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2005-04-22 20:27:33 +0000
committerReid Spencer <rspencer@reidspencer.com>2005-04-22 20:27:33 +0000
commit2ebdb53c0166b91f793e06e660cb29231b9a9810 (patch)
tree25b6d91d7fc2b9e72279e1dc490c63479477b80b /docs/ReleaseNotes.html
parentdca7978d1dd1751034e55a05d28dde5133fe87b0 (diff)
downloadllvm-2ebdb53c0166b91f793e06e660cb29231b9a9810.tar.gz
llvm-2ebdb53c0166b91f793e06e660cb29231b9a9810.tar.bz2
llvm-2ebdb53c0166b91f793e06e660cb29231b9a9810.tar.xz
Mention the --enable-targets= option to configure.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21459 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/ReleaseNotes.html')
-rw-r--r--docs/ReleaseNotes.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index e3ae3896db..4bcf6c45b2 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -84,6 +84,9 @@ bug fixes for those problems found since the 1.4 release.</p>
Alpha, and IA64.</li>
<li>Support for Microsoft Visual Studio is improved, and <a
href="GettingStartedVS.html">now documented</a>.</li>
+ <li>Configuring LLVM to build targets selectively is now implemented, via the
+ <tt>--enable-targets=</tt> option. This feature is documented
+ <a href="GettingStarted.html#config">here</a>.</li>
</ol>
</div>