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 783376c commit a517d63Copy full SHA for a517d63
[refs]
@@ -1,2 +1,2 @@
1
---
2
-refs/heads/master: bde44a03a9543609fbfd89cb5f19e3b31018de30
+refs/heads/master: c47a075a991edbad09bef36a5f7ea041e3e636e2
trunk/src/rustllvm/RustWrapper.cpp
@@ -49,8 +49,10 @@ enum LLVMCodeGenFileType {
49
LLVMNullFile // Do not emit any output.
50
};
51
52
-extern "C" void LLVMRustWriteOutputFile(LLVMPassManagerRef PMR, LLVMModuleRef M,
53
- const char *triple, const char *path,
+extern "C" void LLVMRustWriteOutputFile(LLVMPassManagerRef PMR,
+ LLVMModuleRef M,
54
+ const char *triple,
55
+ const char *path,
56
LLVMCodeGenFileType FileType) {
57
58
// Set compilation options.
0 commit comments