From 2ebdb53c0166b91f793e06e660cb29231b9a9810 Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Fri, 22 Apr 2005 20:27:33 +0000 Subject: [PATCH] Mention the --enable-targets= option to configure. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21459 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/ReleaseNotes.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index e3ae3896db6..4bcf6c45b27 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -84,6 +84,9 @@ bug fixes for those problems found since the 1.4 release.

Alpha, and IA64.
  • Support for Microsoft Visual Studio is improved, and now documented.
  • +
  • Configuring LLVM to build targets selectively is now implemented, via the + --enable-targets= option. This feature is documented + here.
  • -- 2.34.1