Changes between Initial Version and Version 1 of Ticket #60165, comment 23


Ignore:
Timestamp:
Oct 20, 2020, 9:10:25 AM (4 years ago)
Author:
ballapete (Peter "Pete" Dyballa)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #60165, comment 23

    initial v1  
    88112:                              '--format=posix', libfilename])
    99149:    output = call_tool('nm', ['--extern-only', '--defined-only',
     10150:                              '--format=posix', libfilename])
    1011229:    # Next, try llvm-nm.exe provided by LLVM, then nm.exe provided by MinGW
    1112230:    for nm in ('llvm-nm', 'nm'):