when I compile llvm-3.3 according to the instructions in vmkit’s homepage the following error occurs:
llvm-3.3.src/Release+Asserts/lib/libclangAST.a(VTableBuilder.o): In function (anonymous namespace)::VCallAndVBaseOffsetBuilder::AddVCallOffsets(clang::BaseSubobject, clang::CharUnits)': VTableBuilder.cpp:(.text+0xc6c3): undefined reference to
clang::ASTContext::toCharUnitsFromBits(long long) const’
What should I do to resolve this issue?