Skip to content

Commit a517d63

Browse files
committed
---
yaml --- r: 2361 b: refs/heads/master c: c47a075 h: refs/heads/master i: 2359: fe8c6d1 v: v3
1 parent 783376c commit a517d63

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: bde44a03a9543609fbfd89cb5f19e3b31018de30
2+
refs/heads/master: c47a075a991edbad09bef36a5f7ea041e3e636e2

trunk/src/rustllvm/RustWrapper.cpp

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,10 @@ enum LLVMCodeGenFileType {
4949
LLVMNullFile // Do not emit any output.
5050
};
5151

52-
extern "C" void LLVMRustWriteOutputFile(LLVMPassManagerRef PMR, LLVMModuleRef M,
53-
const char *triple, const char *path,
52+
extern "C" void LLVMRustWriteOutputFile(LLVMPassManagerRef PMR,
53+
LLVMModuleRef M,
54+
const char *triple,
55+
const char *path,
5456
LLVMCodeGenFileType FileType) {
5557

5658
// Set compilation options.

0 commit comments

Comments
 (0)