changeset in /hg/icedtea: Fix llvm header location
doko at ubuntu.com
doko at ubuntu.com
Mon Aug 3 10:31:20 PDT 2009
changeset 9ef90ed6dac9 in /hg/icedtea
details: http://icedtea.classpath.org/hg/icedtea?cmd=changeset;node=9ef90ed6dac9
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 b1923df0d722 -r 9ef90ed6dac9 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 b1923df0d722 -r 9ef90ed6dac9 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