================
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



_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to