[PATCH] D27076: Object: Set SF_Indirect in ModuleSymbolTable.

Mehdi AMINI via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 23 19:54:32 PST 2016


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





More information about the llvm-commits mailing list