Skip to content

Commit ffe4a20

Browse files
committed
---
yaml --- r: 57626 b: refs/heads/incoming c: 90b65c8 h: refs/heads/master v: v3
1 parent 2897dd7 commit ffe4a20

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ refs/heads/try: bf67eb2362b7d0f37012f2d6dac604c3bbacd2c6
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
88
refs/heads/try2: 147ecfdd8221e4a4d4e090486829a06da1e0ca3c
9-
refs/heads/incoming: 0b0ca597bf25d13e4493c72843389cc9e47425b6
9+
refs/heads/incoming: 90b65c88397b72deacb07d2b3963e959effe83ac
1010
refs/heads/dist-snap: 00dbbd01c2aee72982b3e0f9511ae1d4428c3ba9
1111
refs/tags/release-0.2: c870d2dffb391e14efb05aa27898f1f6333a9596
1212
refs/tags/release-0.3: b5f0d0f648d9a6153664837026ba1be43d3e2503

branches/incoming/src/rustllvm/RustWrapper.cpp

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -222,12 +222,6 @@ class RustMCJITMemoryManager : public JITMemoryManager {
222222
virtual void deallocateExceptionTable(void *ET) {
223223
llvm_unreachable("Unimplemented call");
224224
}
225-
virtual uint8_t* allocateDataSection(uintptr_t, unsigned int, unsigned int, bool) {
226-
llvm_unreachable("Unimplemented call");
227-
}
228-
virtual bool applyPermissions(std::string*) {
229-
llvm_unreachable("Unimplemented call");
230-
}
231225
};
232226

233227
bool RustMCJITMemoryManager::loadCrate(const char* file, std::string* err) {

0 commit comments

Comments
 (0)