forked from OSchip/llvm-project
[NFCI] Silent a build warning due to an extra semi-colon
This commit is contained in:
parent
1cd99fe9d4
commit
db464a2753
|
@ -1918,7 +1918,7 @@ JITDylib::getDFSLinkOrder(ArrayRef<std::shared_ptr<JITDylib>> JDs) {
|
|||
}
|
||||
return Result;
|
||||
});
|
||||
};
|
||||
}
|
||||
|
||||
std::vector<std::shared_ptr<JITDylib>>
|
||||
JITDylib::getReverseDFSLinkOrder(ArrayRef<std::shared_ptr<JITDylib>> JDs) {
|
||||
|
|
Loading…
Reference in New Issue