diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2005-04-22 20:27:33 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2005-04-22 20:27:33 +0000 |
commit | 2ebdb53c0166b91f793e06e660cb29231b9a9810 (patch) | |
tree | 25b6d91d7fc2b9e72279e1dc490c63479477b80b | |
parent | dca7978d1dd1751034e55a05d28dde5133fe87b0 (diff) | |
download | external_llvm-2ebdb53c0166b91f793e06e660cb29231b9a9810.zip external_llvm-2ebdb53c0166b91f793e06e660cb29231b9a9810.tar.gz external_llvm-2ebdb53c0166b91f793e06e660cb29231b9a9810.tar.bz2 |
Mention the --enable-targets= option to configure.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21459 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | docs/ReleaseNotes.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index e3ae389..4bcf6c4 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> |