Changes between Initial Version and Version 1 of Ticket #61967, comment 1
- Timestamp:
- Jan 2, 2021, 12:41:26 AM (4 years ago)
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.1 Hi 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. 2 2 3 3 Newer 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.