rustllvm: Whitespace police in RustWrapper.cpp
This commit is contained in:
parent
bde44a03a9
commit
c47a075a99
@ -49,8 +49,10 @@ enum LLVMCodeGenFileType {
|
||||
LLVMNullFile // Do not emit any output.
|
||||
};
|
||||
|
||||
extern "C" void LLVMRustWriteOutputFile(LLVMPassManagerRef PMR, LLVMModuleRef M,
|
||||
const char *triple, const char *path,
|
||||
extern "C" void LLVMRustWriteOutputFile(LLVMPassManagerRef PMR,
|
||||
LLVMModuleRef M,
|
||||
const char *triple,
|
||||
const char *path,
|
||||
LLVMCodeGenFileType FileType) {
|
||||
|
||||
// Set compilation options.
|
||||
|
Loading…
x
Reference in New Issue
Block a user