Skip to content

Commit 928014d

Browse files
committed
Added missing line at the end of LLVMTargetMachineC.cpp.
1 parent ead138a commit 928014d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/CodeGen/LLVMTargetMachineC.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,4 +99,4 @@ LLVMBool LLVMTargetMachineEmitToMemoryBuffer(LLVMTargetMachineRef T,
9999
*OutMemBuf =
100100
LLVMCreateMemoryBufferWithMemoryRangeCopy(Data.data(), Data.size(), "");
101101
return Result;
102-
}
102+
}

0 commit comments

Comments
 (0)