diff options
| author | Patrick Walton <[email protected]> | 2011-05-04 20:30:23 -0700 |
|---|---|---|
| committer | Patrick Walton <[email protected]> | 2011-05-04 20:30:23 -0700 |
| commit | c47a075a991edbad09bef36a5f7ea041e3e636e2 (patch) | |
| tree | c714cefdbaf4e60c8549f20c2f129b401222fc88 /src | |
| parent | rustc: Detect the system root and allow the user to override if necessary (diff) | |
| download | rust-c47a075a991edbad09bef36a5f7ea041e3e636e2.tar.xz rust-c47a075a991edbad09bef36a5f7ea041e3e636e2.zip | |
rustllvm: Whitespace police in RustWrapper.cpp
Diffstat (limited to 'src')
| -rw-r--r-- | src/rustllvm/RustWrapper.cpp | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/rustllvm/RustWrapper.cpp b/src/rustllvm/RustWrapper.cpp index 6d342b0c..7f5822d1 100644 --- a/src/rustllvm/RustWrapper.cpp +++ b/src/rustllvm/RustWrapper.cpp @@ -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. |