From 59850d0874429601812bc13408cb1f776649027c Mon Sep 17 00:00:00 2001 From: Roman Divacky Date: Wed, 14 Oct 2009 17:57:32 +0000 Subject: Update llvm to r84119. --- docs/MakefileGuide.html | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'docs/MakefileGuide.html') diff --git a/docs/MakefileGuide.html b/docs/MakefileGuide.html index 39a04f7c84d1d..36a4725edec33 100644 --- a/docs/MakefileGuide.html +++ b/docs/MakefileGuide.html @@ -261,7 +261,7 @@
Bitcode Modules
-

In some situations, it is desireable to build a single bitcode module from +

In some situations, it is desirable to build a single bitcode module from a variety of sources, instead of an archive, shared library, or bitcode library. Bitcode modules can be specified in addition to any of the other types of libraries by defining the MODULE_NAME @@ -626,6 +626,11 @@

If set to any value, causes a bitcode library (.bc) to be built.
CONFIG_FILES
Specifies a set of configuration files to be installed.
+
DEBUG_SYMBOLS
+
If set to any value, causes the build to include debugging + symbols even in optimized objects, libraries and executables. This + alters the flags specified to the compilers and linkers. Debugging + isn't fun in an optimized build, but it is possible.
DIRS
Specifies a set of directories, usually children of the current directory, that should also be made using the same goal. These directories @@ -1016,7 +1021,7 @@ Reid Spencer
The LLVM Compiler Infrastructure
- Last modified: $Date: 2009-06-16 23:00:42 +0000 (Tue, 16 Jun 2009) $ + Last modified: $Date: 2009-10-12 16:46:08 +0200 (Mon, 12 Oct 2009) $ -- cgit v1.2.3