- Nov 20, 2013
-
-
Bill Wendling authored
The -triple option is used to create a named tarball of the release binaries. Also disable the RPATH modifications on Mac OS X. It's not needed. llvm-svn: 195193
-
- Nov 18, 2013
-
-
Arnaud A. de Grandmaison authored
libtool sets RPATH to "$ORIGIN/../lib:/the/directory/where/it/was/built/lib" so that a developper can use the built or the installed version seamlessly. Our binary packages should not have this developer friendly tweak, as the users of the binaries will not have the build tree. Beside, in case the development tree is a possibly on an automounted share, this can create very bad user experience : they will incur an automount timeout penalty and will get a very bad feeling of llvm/clang's speed. llvm-svn: 194999
-
- Jul 10, 2013
-
-
Duncan Sands authored
llvm-svn: 185987
-
- May 08, 2013
-
-
Bill Wendling authored
llvm-svn: 181418
-
- Jul 23, 2012
-
-
Sylvestre Ledru authored
llvm-svn: 160621
-
- Apr 17, 2012
-
-
Bill Wendling authored
llvm-svn: 154905
-
- Apr 03, 2012
-
-
Bill Wendling authored
As Eric pointed out, even a Debug build should be equal. Leave the flag that can turn off comparisons though. llvm-svn: 153927
-
Bill Wendling authored
llvm-svn: 153909
-
- Nov 28, 2011
-
-
Bill Wendling authored
llvm-svn: 145243
-
- Oct 30, 2011
-
-
Bill Wendling authored
Do a relative path ln command instead of an absolute path one. Some people strangely enough have different directory layouts... llvm-svn: 143302
-
- Oct 21, 2011
-
-
Duncan Sands authored
llvm-svn: 142647
-
- Oct 20, 2011
-
-
Duncan Sands authored
llvm-svn: 142608
-
Duncan Sands authored
the last compiler built for the previous flavour is used for the next, for example the Debug clang compiler was being used for the initial build of the Release LLVM. Flavors should be independent of each other. This especially matters if the compiler built for the previous flavour doesn't actually work! llvm-svn: 142607
-
Duncan Sands authored
In fact this commit is not intended to change anything unless you use one of the new command line flags. llvm-svn: 142577
-
- Oct 19, 2011
-
-
Bill Wendling authored
Duncan pointed out that sometimes CC and CXX are used to specify the compiler. Also that the configure script takes care of finding an appropriate compiler if one's not specified. llvm-svn: 142489
-
Bill Wendling authored
llvm-svn: 142486
-
Bill Wendling authored
llvm-svn: 142482
-
- Oct 18, 2011
-
-
Bill Wendling authored
llvm-svn: 142369
-
- Oct 17, 2011
-
-
Bill Wendling authored
llvm-svn: 142282
-
Bill Wendling authored
llvm-svn: 142185
-
Bill Wendling authored
llvm-svn: 142173
-
Bill Wendling authored
This removes support for building llvm-gcc. It will eventually add support for building other projects. llvm-svn: 142165
-
- Mar 27, 2011
-
-
Duncan Sands authored
to have structured log files rather than one big file produced by piping output. llvm-svn: 128378
-
- Mar 08, 2011
-
-
Bill Wendling authored
llvm-svn: 127224
-
- Mar 07, 2011
-
-
Bill Wendling authored
llvm-svn: 127155
-
- Sep 15, 2010
-
-
Duncan Sands authored
llvm-svn: 113965
-
- Sep 13, 2010
-
-
Duncan Sands authored
llvm-svn: 113747
-
- Sep 09, 2010
-
-
Duncan Sands authored
llvm-svn: 113479
-
- Sep 08, 2010
-
-
Bill Wendling authored
llvm-svn: 113401
-
Bill Wendling authored
llvm-svn: 113398
-
Duncan Sands authored
llvm-svn: 113395
-
Duncan Sands authored
llvm-svn: 113393
-
Bill Wendling authored
2-phase build of llvm and llvm-gcc, similar to what the buildbots do, and runs the regression testsuite. Things to do: - Work out some bugs with llvm-gcc flags. - Not all platforms support ObjC. - Run the test-suite. llvm-svn: 113382
-