Skip to content

Commit

Permalink
Add exception due to server fail cause of sigfault.
Browse files Browse the repository at this point in the history
  • Loading branch information
kichunya authored and sava-cska committed Dec 26, 2022
1 parent d17251b commit 2219c38
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion server/src/building/BuildDatabase.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,6 @@ fs::path BuildDatabase::getRootForFirstSource() const {
return getRootForSource(sourceFileInfos.begin()->first);
}
}
}

fs::path BuildDatabase::getBitcodeForSource(const fs::path &sourceFile) const {
fs::path serverBuildObjectFilePath = newDirForFile(sourceFile);
Expand Down

0 comments on commit 2219c38

Please sign in to comment.