aboutsummaryrefslogtreecommitdiff
path: root/src/rustllvm/RustWrapper.cpp
diff options
context:
space:
mode:
authorPatrick Walton <[email protected]>2011-05-04 20:30:23 -0700
committerPatrick Walton <[email protected]>2011-05-04 20:30:23 -0700
commitc47a075a991edbad09bef36a5f7ea041e3e636e2 (patch)
treec714cefdbaf4e60c8549f20c2f129b401222fc88 /src/rustllvm/RustWrapper.cpp
parentrustc: Detect the system root and allow the user to override if necessary (diff)
downloadrust-c47a075a991edbad09bef36a5f7ea041e3e636e2.tar.xz
rust-c47a075a991edbad09bef36a5f7ea041e3e636e2.zip
rustllvm: Whitespace police in RustWrapper.cpp
Diffstat (limited to 'src/rustllvm/RustWrapper.cpp')
-rw-r--r--src/rustllvm/RustWrapper.cpp6
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.