hanchenye-llvm-project/llvm/tools/llvm-nm
David Blaikie 328c0c11a8 Cleanup else-after-return and add an early-return to llvm-nm
The loop and error handling in checkMachOAndArchFlags didn't make sense
to me (a loop that only ever executes once? An error path that uses the
element the loop stopped at (which must always be a buffer overrun if
I'm reading that right?)... I'm confused) but I've made a guess at what
was intended.

Based on a patch by Richard Thomson to simplify boolean expressions.

llvm-svn: 233025
2015-03-23 21:17:43 +00:00
..
CMakeLists.txt [CMake] Update libdeps. 2014-07-14 05:01:53 +00:00
LLVMBuild.txt
Makefile fix configure+make build 2014-07-03 19:09:53 +00:00
llvm-nm.cpp Cleanup else-after-return and add an early-return to llvm-nm 2015-03-23 21:17:43 +00:00