X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=docs%2FMakefileGuide.html;h=b1f8292831ee1ffb883c221492e06970f0557aae;hb=710ac0711fac5d6d64ca8eab5a100bf4578d21b9;hp=f996144e145372156f5e0d5b7acef8bfecc98864;hpb=6be926647d42e149fb7ef20554899d2fe9a2e80f;p=oota-llvm.git diff --git a/docs/MakefileGuide.html b/docs/MakefileGuide.html index f996144e145..b1f8292831e 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 @@ -813,6 +818,10 @@ mklib by the configure script and always located in the
LLVMAS(defaulted)
Specifies the path to the llvm-as tool.
+
LLVMCC
+
Specifies the path to the LLVM capable compiler.
+
LLVMCXX
+
Specifies the path to the LLVM C++ capable compiler.
LLVMGCC(defaulted)
Specifies the path to the LLVM version of the GCC 'C' Compiler
LLVMGXX(defaulted)