We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebba842 commit 9eb22b0Copy full SHA for 9eb22b0
[refs]
@@ -1,2 +1,2 @@
1
---
2
-refs/heads/master: cca6335c26ce3ddacafd3e6079dc56c842856c3c
+refs/heads/master: fcb344799a5548850155bbfdc0085044f43b43e0
trunk/src/rustllvm/RustWrapper.cpp
@@ -29,3 +29,5 @@ extern "C" const char *LLVMRustGetLastError(void) {
29
return LLVMRustError;
30
}
31
32
+LLVMOpaqueObjectFile* (*RustHackToFetchObjectO)(LLVMOpaqueMemoryBuffer*)
33
+ = LLVMCreateObjectFile;
0 commit comments