rustllvm: Whitespace police in RustWrapper.cpp
This commit is contained in:
parent
bde44a03a9
commit
c47a075a99
1 changed files with 4 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue