- May 09, 2012
-
-
rdar://11317847Bob Wilson authored
My previous change to install llvm-config-host for cross-builds resulted in that file being installed even when the normal llvm-config was not installed, e.g., when building the install-clang target. Daniel suggested this alternative, which solves the immediate problem and also avoids the gunk in the top-level makefile. llvm-svn: 156448
-
- Apr 20, 2012
-
-
rdar://11187889Bob Wilson authored
Now that llvm-config is a binary instead of a script the version installed during a cross compiled build cannot be run from the host. When cross compiling, install a separate llvm-config-host that will run on the host. llvm-svn: 155164
-
- Jan 17, 2012
-
-
Dylan Noblesmith authored
And fix the comment about where the FilesToConfig variable is. llvm-svn: 148282
-
- Dec 01, 2011
-
-
Daniel Dunbar authored
- Another reapply of r144300, with hopefully one last fix. llvm-svn: 145623
-
Duncan Sands authored
Original commit message: llvm-config: Replace with C++ version (was llvm-config-2). - Reapply of r144300, with lots of fixes/migration easement in between. llvm-svn: 145582
-
- Nov 30, 2011
-
-
Bob Wilson authored
When I did this before it broke a buildbot that was testing that target, but we've removed that buildbot now. llvm-svn: 145519
-
- Nov 29, 2011
-
-
Daniel Dunbar authored
- Reapply of r144300, with lots of fixes/migration easement in between. llvm-svn: 145449
-
- Nov 27, 2011
-
-
Bob Wilson authored
Removing that buildbot would be a better solution, but this is at least a temporary workaround. llvm-svn: 145160
-
-
- Nov 12, 2011
-
-
Daniel Dunbar authored
ARCH, which gets tested in many more contexts. llvm-svn: 144434
-
- Nov 11, 2011
-
-
Daniel Dunbar authored
llvm-svn: 144421
-
Daniel Dunbar authored
TARGETS_TO_BUILD variables to build tools submake, and also tweak echo command to indicate when we are compiling/etc build tools. llvm-svn: 144419
-
Eric Christopher authored
options to use libc++ as the default c++ library. llvm-svn: 144413
-
- Nov 10, 2011
-
-
Daniel Dunbar authored
some more of the explicit dependencies. I'm staging things more slowly this time in case there is more unanticipated fallout. llvm-svn: 144323
-
Daniel Dunbar authored
which didn't appear ready for prime time. llvm-svn: 144309
-
Daniel Dunbar authored
llvm-svn: 144300
-
- Nov 02, 2011
-
-
Daniel Dunbar authored
llvm-svn: 143564
-
- Oct 19, 2011
-
-
David Blaikie authored
llvm-svn: 142535
-
- Oct 08, 2011
-
-
Peter Collingbourne authored
cross build, so that a native version of clang-tblgen is available. Should unbreak Clang cross build. Also disable Polly for the native tool build, since it depends on external libraries which may not be available, and it isn't required anyway. llvm-svn: 141454
-
- Oct 01, 2011
-
-
Peter Collingbourne authored
This is the first step towards splitting LLVM and Clang's tblgen executables. llvm-svn: 140951
-
- Sep 20, 2011
-
-
Eric Christopher authored
The problems that llvmc solved have largely been subsumed with the tasks that the clang driver can accomplish, but llvmc lacks flexibility and depends too heavily on the EOL'd llvm-gcc. llvm-svn: 140093
-
- Jun 10, 2011
-
-
Bill Wendling authored
<rdar://problem/9583891> llvm-svn: 132860
-
- Apr 12, 2011
-
-
Daniel Dunbar authored
If enabled, this will attempt to use the CC_LOG_DIAGNOSTICS feature I dropped into Clang to print a log of all the diagnostics generated during an individual build (from the top-level). Not sure if this will actually be useful, but for now it is handy for testing the option. llvm-svn: 129312
-
- Nov 29, 2010
-
-
Michael J. Spencer authored
llvm-svn: 120298
-
- Nov 27, 2010
-
-
Daniel Dunbar authored
llvm-svn: 120196
-
- Nov 12, 2010
-
-
Rafael Espindola authored
llvm-svn: 118918
-
- Aug 15, 2010
-
-
Mikhail Glushenkov authored
llvm-svn: 111094
-
- Aug 02, 2010
-
-
Daniel Dunbar authored
llvm-svn: 110003
-
- Jul 20, 2010
-
-
Bob Wilson authored
llvmCore for the iOS Simulator. llvm-svn: 108922
-
- Jul 16, 2010
-
-
Daniel Dunbar authored
llvm-svn: 108493
-
- Jul 07, 2010
-
-
Duncan Sands authored
and not just for Debug+Asserts builds. llvm-svn: 107792
-
Gabor Greif authored
who knows how to cover Asserts or Debug separately please do not hesitate to extend this llvm-svn: 107779
-
Duncan Sands authored
builds to "Release". The default build is unchanged (optimization on, assertions on), however it is now called Release+Asserts. The intent is that future LLVM releases released via llvm.org will be Release builds in the new sense, i.e. will have assertions disabled (currently they have assertions enabled, for a more than 20% slowdown). This will bring them in line with MacOS releases, which ship with assertions disabled. It also means that "Release" now means the same things in make and cmake builds: cmake already disables assertions for "Release" builds AFAICS. llvm-svn: 107758
-
- Jul 01, 2010
-
-
Daniel Dunbar authored
llvm-svn: 107334
-
- May 01, 2010
-
-
Daniel Dunbar authored
llvm-svn: 102803
-
- Apr 30, 2010
-
-
Daniel Dunbar authored
llvm-svn: 102751
-
- Apr 24, 2010
-
-
Jim Grosbach authored
cross-build Makefile needs to unset CFLAGS/CXXFLAGS when building the build-side utilities since the flags will be for the cross-compiler. llvm-svn: 102225
-
- Mar 21, 2010
-
-
Gabor Greif authored
llvm-svn: 99148
-
- Feb 25, 2010
-
-
Jeffrey Yasskin authored
--enable-shared is passed to configure. llvm-svn: 97119
-
- Feb 23, 2010
-
-
Jeffrey Yasskin authored
llvm-svn: 96981
-