changeset 1909:9ef90ed6dac9

Fix llvm header location 2009-06-23 Matthias Klose <doko@ubuntu.com> * ports/hotspot/src/share/vm/shark/llvmHeaders.hpp: Fix header location.
author doko@ubuntu.com
date Tue, 23 Jun 2009 16:31:22 +0200
parents b1923df0d722
children b26e1c8bfc51
files ChangeLog ports/hotspot/src/share/vm/shark/llvmHeaders.hpp
diffstat 2 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Tue Jun 23 12:40:50 2009 +0200
+++ b/ChangeLog	Tue Jun 23 16:31:22 2009 +0200
@@ -1,3 +1,7 @@
+2009-06-23  Matthias Klose  <doko@ubuntu.com>
+
+	* ports/hotspot/src/share/vm/shark/llvmHeaders.hpp: Fix header location.
+
 2009-06-23  Xerxes RĂ„nby  <xerxes@zafena.se>
 
 	PR icedtea/353
--- a/ports/hotspot/src/share/vm/shark/llvmHeaders.hpp	Tue Jun 23 12:40:50 2009 +0200
+++ b/ports/hotspot/src/share/vm/shark/llvmHeaders.hpp	Tue Jun 23 16:31:22 2009 +0200
@@ -36,7 +36,7 @@
 #include <llvm/ModuleProvider.h>
 #include <llvm/Support/IRBuilder.h>
 #if SHARK_LLVM_VERSION >= 26
-#include <llvm/Support/Threading.h>
+#include <llvm/System/Threading.h>
 #include <llvm/Target/TargetSelect.h>
 #endif
 #include <llvm/Type.h>