search for: vtablebuild

Displaying 1 result from an estimated 1 matches for "vtablebuild".

Did you mean: tablebuild
2013 Oct 10
1
[LLVMdev] compile error
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? -------...