changeset in /hg/icedtea6: Fix llvm header location

doko at ubuntu.com doko at ubuntu.com
Tue Jun 23 07:36:15 PDT 2009


changeset 46341fc21171 in /hg/icedtea6
details: http://icedtea.classpath.org/hg/icedtea6?cmd=changeset;node=46341fc21171
description:
	Fix llvm header location

	2009-06-23  Matthias Klose  <doko at ubuntu.com>

	        * ports/hotspot/src/share/vm/shark/llvmHeaders.hpp: Fix header location.

diffstat:

2 files changed, 5 insertions(+), 1 deletion(-)
ChangeLog                                        |    4 ++++
ports/hotspot/src/share/vm/shark/llvmHeaders.hpp |    2 +-

diffs (23 lines):

diff -r fbfa0d5fa7d3 -r 46341fc21171 ChangeLog
--- 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  Xerxes RÃ¥nby  <xerxes at zafen
+2009-06-23  Matthias Klose  <doko at ubuntu.com>
+
+	* ports/hotspot/src/share/vm/shark/llvmHeaders.hpp: Fix header location.
+
 2009-06-23  Xerxes RÃ¥nby  <xerxes at zafena.se>
 
 	PR icedtea/353
diff -r fbfa0d5fa7d3 -r 46341fc21171 ports/hotspot/src/share/vm/shark/llvmHeaders.hpp
--- 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>



More information about the distro-pkg-dev mailing list