- Aug 16, 2009
-
-
Oscar Fuentes authored
failure with VS 9.0, nmake and cmake 2.6.4. The buildbot output does not show the patch level of cmake, it just says 2.6. Sadly, parallel builds are broken due to recent changes on LLVM Target libraries and its auxiliaries (TargetInfo, AsmPrinter, AsmParser). I have a patch for stablishing the correct dependencies, but cmake is buggy and generates makefiles that can't handle them. llvm-svn: 79180
-
Oscar Fuentes authored
parallel builds. llvm-svn: 79177
-
- Aug 15, 2009
-
-
Benjamin Kramer authored
llvm-svn: 79144
-
Richard Osborne authored
llvm-svn: 79094
-
- Aug 14, 2009
-
-
Oscar Fuentes authored
llvm-svn: 79038
-
Oscar Fuentes authored
It doesn't stop or reconfigure the build, though, so the user will see a broken build that magically succeeds at the next attempt. It is technically possible to halt the build with a helpful message, and even to automatically restart the build using the new dependencies as it we did when llvm-config was used by cmake for learning dependencies. This is left on the TODO list. llvm-svn: 79004
-
Oscar Fuentes authored
way we ensure that tablegenned files exist before they are #include'd by the LLVM Target sublibraries. Required for parallel builds. llvm-svn: 78996
-
Oscar Fuentes authored
llvm-svn: 78990
-
Oscar Fuentes authored
llvm-svn: 78976
-
- Aug 12, 2009
-
-
Oscar Fuentes authored
LibDeps.txt format to LLVMLibDeps.cmake format. llvm-svn: 78789
-
Oscar Fuentes authored
llvm-svn: 78788
-
Oscar Fuentes authored
libraries for an executable. Now LLVMConfig uses a new system for sorting library dependencies, as the list of dependent libraries for each entry of FinalLibDeps.txt no longer is topologically sorted. llvm-svn: 78787
-
Oscar Fuentes authored
llvm-svn: 78786
-
Oscar Fuentes authored
llvm-svn: 78785
-
Oscar Fuentes authored
llvm-svn: 78784
-
Oscar Fuentes authored
llvm-svn: 78753
-
- Jul 24, 2009
-
-
Dan Gohman authored
llvm-svn: 76920
-
- Jul 17, 2009
-
-
Daniel Dunbar authored
- Not fully enabled yet, need a configure regeneration. llvm-svn: 76230
-
Xerxes Ranby authored
llvm-svn: 76221
-
- Jul 16, 2009
-
-
Daniel Dunbar authored
- Added a sed script to do this in the comments. llvm-svn: 75872
-
Daniel Dunbar authored
- This isn't needed anymore, we require clients to call the appropriate initialization routines using TargetSelect.h. llvm-svn: 75871
-
- Jul 15, 2009
-
-
Daniel Dunbar authored
llvm-svn: 75757
-
Daniel Dunbar authored
TARGET component. - Also, updated some CMake library dependencies, it is still missing some though. :( llvm-svn: 75755
-
- Jul 13, 2009
-
-
Oscar Fuentes authored
hierarchy to the list of dependencies. llvm-svn: 75510
-
- Jun 25, 2009
-
-
Douglas Gregor authored
llvm-svn: 74161
-
- Jun 23, 2009
-
-
Douglas Gregor authored
llvm-svn: 74003
-
Douglas Gregor authored
llvm-svn: 73979
-
Douglas Gregor authored
llvm-svn: 73970
-
Douglas Gregor authored
cleans up the CMake-based build system a bit. Started by a patch from Xerxes Rånby. llvm-svn: 73969
-
- Jun 12, 2009
-
-
Oscar Fuentes authored
Patch by Ingmar Vanhassel! llvm-svn: 73216
-
- Jun 11, 2009
-
-
Oscar Fuentes authored
cross-compiling. llvm-svn: 73180
-
- Jun 04, 2009
-
-
Douglas Gregor authored
the CMake-generated Xcode project build properly. llvm-svn: 72883
-
- May 27, 2009
-
-
Oscar Fuentes authored
used by CMake with --ldflags. llvm-svn: 72470
-
- May 23, 2009
-
-
Oscar Fuentes authored
llvm-svn: 72311
-
- May 06, 2009
-
-
Oscar Fuentes authored
llvm-svn: 71116
-
- Apr 05, 2009
-
-
Oscar Fuentes authored
of compiler parameters explicitly added by the build specification. This macro replaces the cmake built-in `add_definitions'. Detects glibc and defines _GNU_SOURCE accordingly. Resolves bug 3882. llvm-svn: 68428
-
- Mar 16, 2009
-
-
Douglas Gregor authored
CMake: Build system fixes for XCode. llvm-config still causes us some serious trouble, but it's less serious than it used to be llvm-svn: 67056
-
Douglas Gregor authored
llvm-svn: 67052
-
- Mar 09, 2009
-
-
Nick Lewycky authored
no longer used in LLVM. llvm-svn: 66406
-
- Jan 22, 2009
-
-
Oscar Fuentes authored
On MSVC 64bits, does not put underscore before the symbol name on the /INCLUDE linker parameter. llvm-svn: 62738
-