Opened 7 years ago

Closed 7 years ago

Last modified 7 years ago

#53099 closed defect (fixed)

cctools @895: doesn't work with llvm < 3.8

Reported by: devernay (Frédéric Devernay) Owned by: jeremyhu (Jeremy Huddleston Sequoia)
Priority: Normal Milestone:
Component: ports Version:
Keywords: Cc:
Port: cctools

Description (last modified by ryandesign (Ryan Carsten Schmidt))

cctools 895 doesn't work with llvm < 3.8 (tried 3.4-3.7)

otool -L <binary> gives:

llvm-objdump: Unknown command line argument '-dylibs-used'.  Try: '/opt/local/libexec/llvm-3.4/bin/llvm-objdump -help'
llvm-objdump: Did you mean '-mips-os16'?
llvm-objdump: Unknown command line argument '-non-verbose'.  Try: '/opt/local/libexec/llvm-3.4/bin/llvm-objdump -help'
llvm-objdump: Did you mean '-asm-verbose'?
fatal error: otool: internal objdump command failed

Change History (3)

comment:1 Changed 7 years ago by ryandesign (Ryan Carsten Schmidt)

Cc: jeremyhu removed
Description: modified (diff)
Owner: set to jeremyhu
Status: newassigned
Summary: cctools 895 doesn't work with llvm < 3.8cctools @895: doesn't work with llvm < 3.8

comment:2 Changed 7 years ago by jeremyhu (Jeremy Huddleston Sequoia)

Resolution: fixed
Status: assignedclosed

In 10cc977f/macports-ports:

cctools: Don't use llvm-otool with older llvm versions

Fixes #53099

Signed-off-by: Jeremy Huddleston Sequoia <jeremyhu@…>

comment:3 Changed 7 years ago by jeremyhu (Jeremy Huddleston Sequoia)

In 96b027d5/macports-ports:

cctools: Don't use llvm-otool with older llvm versions

Fixes #53099

Signed-off-by: Jeremy Huddleston Sequoia <jeremyhu@…>

Note: See TracTickets for help on using tickets.