llvm-headers.patch 712 B

1234567891011121314151617181920
  1. --- w-openjdk-6.orig/openjdk-6/hotspot/src/share/vm/shark/llvmHeaders.hpp 2011-02-28 17:03:21.000000000 +0100
  2. +++ w-openjdk-6/openjdk-6/hotspot/src/share/vm/shark/llvmHeaders.hpp 2011-04-29 18:07:20.171550601 +0200
  3. @@ -43,7 +43,7 @@
  4. #include <llvm/ModuleProvider.h>
  5. #endif
  6. #include <llvm/Support/IRBuilder.h>
  7. -#include <llvm/System/Threading.h>
  8. +#include <llvm/Support/Threading.h>
  9. #include <llvm/Target/TargetSelect.h>
  10. #include <llvm/Type.h>
  11. #include <llvm/ExecutionEngine/JITMemoryManager.h>
  12. @@ -52,7 +52,7 @@
  13. #include <llvm/ExecutionEngine/JIT.h>
  14. #include <llvm/ADT/StringMap.h>
  15. #include <llvm/Support/Debug.h>
  16. -#include <llvm/System/Host.h>
  17. +#include <llvm/Support/Host.h>
  18. #endif
  19. #include <map>