[LLVMbugs] [Bug 6410] New: error: ptrTypeâ is not a member of mvm ::MvmModule
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Tue Feb 23 15:27:08 PST 2010
http://llvm.org/bugs/show_bug.cgi?id=6410
Summary: error: ptrTypeâ is not a member of mvm::MvmModule
Product: Projects
Version: unspecified
Platform: HP
OS/Version: Linux
Status: NEW
Severity: blocker
Priority: P5
Component: Java
AssignedTo: unassignedbugs at nondot.org
ReportedBy: phil at xsmail.com
CC: llvmbugs at cs.uiuc.edu
Compiling the VMKIT as directed on the website. (Using the latest LLVM and
VMKIT (revision 97000) source on the svn trunks). The following compile error
occurs:
llvm[3]: Compiling PNetString.cpp for Debug build
PNetString.cpp: In static member function âstatic llvm::GlobalVariable*
n3::CLIString::llvmVar(n3::CLIString*)â:
PNetString.cpp:48: error: âptrTypeâ is not a member of âmvm::MvmModuleâ
Line.48 is: const Type* pty = mvm::MvmModule::ptrType;
Looking at the ./include/mvm/JIT.h in revision 97000, the ptrType is part of
class BaseIntrinsics. Looking at previous svn update revision 96585, the
ptrType "was" part of class MvmModule.
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
More information about the llvm-bugs
mailing list