https://bugs.llvm.org/show_bug.cgi?id=13613
Keith Smiley <k...@keith.so> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |k...@keith.so
Resolution|--- |FIXED
Status|NEW |RESOLVED
--- Comment #1 from Keith Smiley <k...@keith.so> ---
This appears t be resolved, this code now produces the same output with all 3
nms that ship with macOS:
% nm a.out # Default llvm-nm with Xcode
0000000100000000 T __mh_execute_header
0000000100000f80 T _f1
0000000100000f90 T _f2
0000000100000fa0 T _main
U dyld_stub_binder
% ./build/bin/llvm-nm a.out # Trunk llvm-nm
0000000100000000 T __mh_execute_header
0000000100000f80 T _f1
0000000100000f90 T _f2
0000000100000fa0 T _main
U dyld_stub_binder
% xcrun nm-classic a.out # legacy nm
0000000100000000 T __mh_execute_header
0000000100000f80 T _f1
0000000100000f90 T _f2
0000000100000fa0 T _main
U dyld_stub_binder
--
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs