Skip to content

Commit db464a2

Browse files
committed
[NFCI] Silent a build warning due to an extra semi-colon
1 parent 1cd99fe commit db464a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/ExecutionEngine/Orc/Core.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1918,7 +1918,7 @@ JITDylib::getDFSLinkOrder(ArrayRef<std::shared_ptr<JITDylib>> JDs) {
19181918
}
19191919
return Result;
19201920
});
1921-
};
1921+
}
19221922

19231923
std::vector<std::shared_ptr<JITDylib>>
19241924
JITDylib::getReverseDFSLinkOrder(ArrayRef<std::shared_ptr<JITDylib>> JDs) {

0 commit comments

Comments
 (0)