Skip to content

Commit

Permalink
Remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasSte committed Jan 10, 2025
1 parent 41e7425 commit a1d4177
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lld/ELF/Arch/SBF.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,6 @@ uint32_t SBF::calcEFlags() const {
if (ret == 0) {
ret = flags;
} else if (ret != flags) {
std::cout << "ret: " << ret << " flag: " << flags << std::endl;
error("can not link object files with incompatible flags");
}
}
Expand Down

0 comments on commit a1d4177

Please sign in to comment.