- Apr 03, 2011
-
-
Oscar Fuentes authored
Patch by arrowdodger! llvm-svn: 128789
-
- Apr 02, 2011
-
-
Oscar Fuentes authored
If someone first configure build with LLVM_ENABLE_FFI=1 and then turn it off, the build will fail in lib/ExecutionEngine/Interpreter because Interpreter will try still to #include <ffi/ffi.h>, but there are no include_directories(${FFI_INCLUDE_DIR}) now. This patch unset()'s HAVE_FFI_H and HAVE_FFI_FFI_H from cache file if LLVM_ENABLE_FFI=0. This forces CMake to update config.h. Patch by arrowdodger! llvm-svn: 128769
-
- Apr 01, 2011
-
-
Oscar Fuentes authored
with the contents of CMAKE_C(XX)_FLAGS too, else `llvm-config --c(xx)flags' doesn't tell the absolute truth. This comes from PR9603 and is based on a patch by Ryuta Suzuki! llvm-svn: 128727
-
- Mar 30, 2011
-
-
Matt Beaumont-Gay authored
llvm-svn: 128499
-
Matt Beaumont-Gay authored
llvm-svn: 128497
-
- Mar 29, 2011
-
-
Oscar Fuentes authored
unnecesary conditionals and introduced a new convenience function. The problem was that the list of libraries for Clang's unit tests was <clang libraries> <system libraries> <llvm libraries>. As the llvm libraries references symbols defined on the system libraries, those were reported as undefined. llvm-svn: 128484
-
- Mar 23, 2011
-
-
Oscar Fuentes authored
X86. Fixes PR9533. llvm-svn: 128154
-
- Mar 22, 2011
-
-
Oscar Fuentes authored
Now we can remove RuntimeDyld from the LLVM_LINK_COMPONENTS of tools/lli. CMakeLists.txt LLVM_LINK_COMPONENTS shall not differ from its companion Makefile LINK_COMPONENTS. llvm-svn: 128069
-
Oscar Fuentes authored
llvm-svn: 128035
-
- Mar 21, 2011
-
-
Oscar Fuentes authored
Tested that MinGW/MSYS builds fine without that. llvm-svn: 128033
-
- Mar 19, 2011
-
-
Oscar Fuentes authored
llvm-svn: 127956
-
- Mar 15, 2011
-
-
Oscar Fuentes authored
Without this cmake fails at configuration when some target pass "native" on LLVM_LINK_COMPONENTS and that is expanded to "X86". llvm-svn: 127679
-
- Mar 12, 2011
-
-
Oscar Fuentes authored
link command. Fixed a pair of IF expressions too. llvm-svn: 127546
-
- Mar 09, 2011
-
-
Oscar Fuentes authored
before the main loop. This is necessary because the loop ignores the items added to `link_components' after it is entered. llvm-svn: 127333
-
- Mar 08, 2011
-
-
Oscar Fuentes authored
llvm-svn: 127244
-
- Mar 02, 2011
-
-
Oscar Fuentes authored
Patch by Erik Olofsson! llvm-svn: 126847
-
- Mar 01, 2011
-
-
Talin authored
llvm-svn: 126759
-
- Feb 27, 2011
-
-
Tobias Grosser authored
llvm-svn: 126563
-
- Feb 23, 2011
-
-
Oscar Fuentes authored
on Clang when it builds using LLVM as an external library. Fixes PR9293. llvm-svn: 126309
-
- Feb 22, 2011
-
-
Oscar Fuentes authored
llvm-svn: 126224
-
- Feb 21, 2011
-
-
NAKAMURA Takumi authored
CMake: Define LLVM_INCLUDE_TESTS in cmake/modules/HandleLLVMOptions.cmake. It affects testing stuff on clang-standalone build. llvm-svn: 126107
-
NAKAMURA Takumi authored
llvm-svn: 126106
-
- Feb 20, 2011
-
-
Oscar Fuentes authored
Requires CMake 2.8.3 or newer. llvm-svn: 126092
-
Oscar Fuentes authored
of testing for its presence at cmake time. This way the build automatically regenerates the makefiles when a svn update brings in a new sublibrary. llvm-svn: 126068
-
- Feb 19, 2011
-
-
Jeffrey Yasskin authored
up add_clang_unittest's calling convention. llvm-svn: 126031
-
- Feb 18, 2011
-
-
Oscar Fuentes authored
llvm-svn: 125968
-
- Feb 17, 2011
-
-
Oscar Fuentes authored
llvm-svn: 125786
-
- Feb 10, 2011
-
-
NAKAMURA Takumi authored
Unixen and Cygwin do not need it. llvm-svn: 125277
-
- Feb 09, 2011
-
-
NAKAMURA Takumi authored
llvm-svn: 125173
-
NAKAMURA Takumi authored
AC_CHECK_FUNCS seeks a symbol only in libs. We should check the declaration in string.h. FIXME: I have never seen mingw(s) have strerror_s() (not _strerror_s()). FIXME: Autoconf/CMake may seek strerror_s() with the definition MINGW_HAS_SECURE_API in future. llvm-svn: 125172
-
- Feb 07, 2011
-
-
Oscar Fuentes authored
Fixes PR9159. llvm-svn: 125001
-
- Feb 06, 2011
-
-
Oscar Fuentes authored
llvm-svn: 124985
-
- Feb 05, 2011
-
-
Oscar Fuentes authored
llvm-svn: 124968
-
NAKAMURA Takumi authored
config.h.* have conditions whether each symbol is defined or not. Autoconf and CMake may check symbols in libgcc.a for JIT on Mingw. llvm-svn: 124950
-
- Feb 04, 2011
-
-
Oscar Fuentes authored
llvm-svn: 124857
-
Oscar Fuentes authored
llvm-svn: 124854
-
- Feb 03, 2011
-
-
Oscar Fuentes authored
library. Installs tblgen (required by Clang). Translates handling of user settings and platform-dependant options to its own file, where it can included by another project. Installs the .cmake files required by projects like Clang. llvm-svn: 124816
-
NAKAMURA Takumi authored
llvm-svn: 124793
-
Oscar Fuentes authored
This is the cmake equivalent for r124769. llvm-svn: 124775
-
- Jan 31, 2011
-
-
Oscar Fuentes authored
for dlopen/dlerror. Patch by arrowdodger! llvm-svn: 124590
-