Dylan Noblesmith
|
1756faa472
|
ExecutionEngine: fix JIT/MCJIT selectTarget() duplication (v2)
This prepares for making JITCtor/MCJITCtor take a
TargetMachine* directly from clients like EngineBuilder.
llvm-svn: 131316
|
2011-05-13 21:36:16 +00:00 |
Jakob Stoklund Olesen
|
58799a35e5
|
Revert ExecutionEngine patches, they either failed to build or broke unit tests.
Please ensure the build is clean and tests are passing when recommitting.
llvm-svn: 131044
|
2011-05-07 03:12:54 +00:00 |
Dylan Noblesmith
|
fed7f0b3a0
|
ExecutionEngine: fix JIT/MCJIT selectTarget() duplication
This prepares for making JITCtor/MCJITCtor take a
TargetMachine* directly from clients like EngineBuilder.
llvm-svn: 131025
|
2011-05-06 22:05:43 +00:00 |
Oscar Fuentes
|
e4840e2918
|
Build the new RuntimeDyld library.
llvm-svn: 128035
|
2011-03-21 23:07:53 +00:00 |
Oscar Fuentes
|
5ed962656c
|
Move library stuff out of the toplevel CMakeLists.txt file.
llvm-svn: 125968
|
2011-02-18 22:06:14 +00:00 |
Michael J. Spencer
|
93c9b2ea93
|
Revert "CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally."
This reverts commit r113632
Conflicts:
cmake/modules/AddLLVM.cmake
llvm-svn: 113819
|
2010-09-13 23:59:48 +00:00 |
Michael J. Spencer
|
dc38d36ccb
|
CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally.
llvm-svn: 113632
|
2010-09-10 21:14:25 +00:00 |
Douglas Gregor
|
85fedbe081
|
Eliminate object-relinking support from CMake. Fixes PR 4429 and
cleans up the CMake-based build system a bit. Started by a patch from
Xerxes Rånby.
llvm-svn: 73969
|
2009-06-23 17:57:35 +00:00 |
Oscar Fuentes
|
f3c03b02dc
|
CMake: Turned some libraries into partially linked objects. Corrected
names of LLVMCore and ARMCodeGen.
llvm-svn: 57943
|
2008-10-22 02:51:53 +00:00 |
Oscar Fuentes
|
a229b3c9a7
|
Initial support for the CMake build system.
llvm-svn: 56419
|
2008-09-22 01:08:49 +00:00 |