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 bde44a0 commit c47a075Copy full SHA for c47a075
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