mehdi_amini added a comment. LGTM (with an inline comment) ================ Comment at: llvm/tools/llvm-nm/llvm-nm.cpp:1007 + if (WithoutAliases) + if (SymFlags & SymbolRef::SF_Indirect) + continue; ---------------- Fuse the two if https://reviews.llvm.org/D27076