Skip to content

Commit

Permalink
update-format
Browse files Browse the repository at this point in the history
  • Loading branch information
dtzWill committed Jun 17, 2018
1 parent f7b5235 commit 1156daa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion libs/all/Allexe.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ static std::unique_ptr<MemoryBuffer> moduleToBuffer(const Module *M) {
false, // ShouldPreserveUseListOrder
nullptr, // ModuleSummaryIndex (ThinLTO)
true // Generate Hash
);
);
return MemoryBuffer::getMemBufferCopy(OS.str());
}

Expand Down
2 changes: 1 addition & 1 deletion tools/wllvm-extract/wllvm-extract.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ static Error writeAsSingleBC(const WLLVMFile &File, StringRef Filename) {
false, // ShouldPreserveUseListOrder
nullptr, // ModuleSummaryIndex (ThinLTO)
true // Generate Hash
);
);
// We made it this far without error, keep the result.
Out->keep();
return Error::success();
Expand Down

0 comments on commit 1156daa

Please sign in to comment.