llvm: Fixes for RustWrapper.

This commit is contained in:
Patrick Walton 2013-04-12 12:06:47 -07:00
parent 0b0ca597bf
commit 90b65c8839

View file

@ -222,12 +222,6 @@ public:
virtual void deallocateExceptionTable(void *ET) {
llvm_unreachable("Unimplemented call");
}
virtual uint8_t* allocateDataSection(uintptr_t, unsigned int, unsigned int, bool) {
llvm_unreachable("Unimplemented call");
}
virtual bool applyPermissions(std::string*) {
llvm_unreachable("Unimplemented call");
}
};
bool RustMCJITMemoryManager::loadCrate(const char* file, std::string* err) {