Changes between Initial Version and Version 1 of Ticket #61967, comment 1


Ignore:
Timestamp:
Jan 2, 2021, 12:41:26 AM (3 years ago)
Author:
kencu (Ken)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #61967, comment 1

    initial v1  
    1 Hi Blair, this is a know issue, and is not a bug -- they did this on purpose. There are a number of other tickets against various software builds that ran into the same thing.
     1Hi Blair, this is a known issue, and is not a bug -- they did this on purpose. There are a number of other tickets against various software builds that ran into the same thing.
    22
    33Newer versions of llvm come with a new version of llvm-objdump, and they decided upstream to change the arguments that llvm-objdump accepts. llvm-objdump will no longer accept {{{-macho}}}. You can use {{{-m}}} and you can use {{{--macho}}} now. All the old scripts that use {{{-macho}}} are broken, and will need to be gradually updated to no longer do that.