================ Comment at: util/sym_check/sym_check/extract.py:56 @@ +55,3 @@ + """ + out,err,exitCode = util.execute_command_verbose(['nm', '-P', '-g', lib_file]) + if exitCode != 0: ---------------- IMO, it would be nice if this worked with llvm-nm. http://reviews.llvm.org/D4946