Go to file
Misha Brukman 0774820306 * Allow skipping parts of the installation to be able to do it in parts if one
phase fails and the user wants to reinstall one of the components.
* Fixed LLVM-GCC configuration flags: s/--with-gnu-{as,ld}/--with-{as,ld}/
  The former is a boolean flag, the latter is a flag that takes a path.
* Added a new flag CROSS_MARCH, defaults to armv6.

llvm-svn: 74840
2009-07-06 18:29:03 +00:00
clang Parsing fix for out-of-line constructors, from Piotr Rak 2009-07-06 16:40:48 +00:00
compiler-rt typos 2009-07-03 14:37:30 +00:00
llvm * Allow skipping parts of the installation to be able to do it in parts if one 2009-07-06 18:29:03 +00:00