llvm-headers.patch 737 B

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