Skip to content
  1. May 01, 2011
  2. Apr 02, 2011
    • Oscar Fuentes's avatar
      Handle changing of LLVM_ENABLE_FFI. · f2ab9283
      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
      f2ab9283
  3. Mar 23, 2011
  4. Feb 27, 2011
  5. Feb 09, 2011
  6. Feb 05, 2011
  7. Feb 04, 2011
  8. Feb 03, 2011
  9. Jan 31, 2011
  10. Jan 21, 2011
  11. Jan 17, 2011
  12. Jan 15, 2011
  13. Jan 13, 2011
  14. Jan 11, 2011
  15. Jan 09, 2011
  16. Dec 03, 2010
  17. Nov 29, 2010
  18. Oct 22, 2010
  19. Oct 21, 2010
  20. Oct 11, 2010
  21. Oct 07, 2010
  22. Sep 24, 2010
  23. Sep 17, 2010
  24. Sep 03, 2010
    • Oscar Fuentes's avatar
      Fix cmake build without native target selected. · e16dc061
      Oscar Fuentes authored
      The cmake (+ MSVC) build is broken if you don't select your native
      target.
      
      e.g. 'cmake -D LLVM_TARGETS_TO_BUILD="MyNonNativeTarget" .'
      
      This is because cmake currently sets the LLVM_NATIVE_* definitions
      regardless of whether the native target is selected (causing build
      errors).
      
      Patch by Mike Gist!
      
      llvm-svn: 112946
      e16dc061
  25. Aug 30, 2010
  26. Aug 08, 2010
  27. Aug 03, 2010
  28. Jun 23, 2010
  29. Mar 15, 2010
  30. Nov 12, 2009
  31. Nov 10, 2009
  32. Nov 09, 2009
  33. Nov 08, 2009
  34. Nov 05, 2009
Loading