Skip to content
  1. Apr 19, 2011
  2. Apr 15, 2011
  3. Apr 13, 2011
  4. Apr 11, 2011
  5. Apr 10, 2011
  6. Apr 05, 2011
  7. Apr 03, 2011
  8. 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
  9. Apr 01, 2011
  10. Mar 30, 2011
  11. Mar 29, 2011
    • Oscar Fuentes's avatar
      Fixed the build of Clang's unit tests on MinGW. Also removed some · 978e5284
      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
      978e5284
  12. Mar 23, 2011
  13. Mar 22, 2011
  14. Mar 21, 2011
  15. Mar 19, 2011
  16. Mar 15, 2011
  17. Mar 12, 2011
  18. Mar 09, 2011
  19. Mar 08, 2011
  20. Mar 02, 2011
  21. Mar 01, 2011
  22. Feb 27, 2011
  23. Feb 23, 2011
  24. Feb 22, 2011
  25. Feb 21, 2011
  26. Feb 20, 2011
  27. Feb 19, 2011
  28. Feb 18, 2011
  29. Feb 17, 2011
  30. Feb 10, 2011
  31. Feb 09, 2011
  32. Feb 07, 2011
  33. Feb 06, 2011
  34. Feb 05, 2011
Loading