Skip to content
  1. Apr 03, 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. Apr 01, 2011
  4. Mar 30, 2011
  5. 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
  6. Mar 23, 2011
  7. Mar 22, 2011
  8. Mar 21, 2011
  9. Mar 19, 2011
  10. Mar 15, 2011
  11. Mar 12, 2011
  12. Mar 09, 2011
  13. Mar 08, 2011
  14. Mar 02, 2011
  15. Mar 01, 2011
  16. Feb 27, 2011
  17. Feb 23, 2011
  18. Feb 22, 2011
  19. Feb 21, 2011
  20. Feb 20, 2011
  21. Feb 19, 2011
  22. Feb 18, 2011
  23. Feb 17, 2011
  24. Feb 10, 2011
  25. Feb 09, 2011
  26. Feb 07, 2011
  27. Feb 06, 2011
  28. Feb 05, 2011
  29. Feb 04, 2011
  30. Feb 03, 2011
  31. Jan 31, 2011
Loading