[llvm-commits] [lld] r171576 - /lld/trunk/lib/ReaderWriter/ELF/WriterELF.cpp
Sean Silva
silvas at purdue.edu
Fri Jan 4 20:07:44 PST 2013
+ while (true && !_segments.empty()) {
what's the point of the "true" here?
-- Sean Silva
More information about the llvm-commits
mailing list