Opened 9 years ago

Closed 9 years ago

#49403 closed defect (fixed)

ld64-latest @253.3_0 +llvm36 build issue

Reported by: Schamschula (Marius Schamschula) Owned by: jeremyhu (Jeremy Huddleston Sequoia)
Priority: Normal Milestone:
Component: ports Version: 2.3.4
Keywords: Cc:
Port: ld64-latest

Description

ld64-latest 253.3 fails to build with the +llvm36 variant. There is no such issue with the +llvm35 and +llvm37 (current default) variants.

:info:build /usr/bin/clang++ -Os -Os -std=c++11 -stdlib=libc++ -arch x86_64 -I/opt/local/libexec/llvm-3.6/include -DLTO_SUPPORT -Isrc/abstraction -Isrc/ld -Isrc/ld/parsers -I/opt/local/include  -c -o src/ld/passes/bitcode_bundle.o src/ld/passes/bitcode_bundle.cpp
:info:build src/ld/passes/bitcode_bundle.cpp:259:41: error: no member named 'lto_api_version' in the global namespace
:info:build         _lto_reset_context == NULL || ::lto_api_version() < 14 )
:info:build                                       ~~^

Attachments (1)

ld64-latest-main.log (22.3 KB) - added by Schamschula (Marius Schamschula) 9 years ago.

Download all attachments as: .zip

Change History (4)

Changed 9 years ago by Schamschula (Marius Schamschula)

Attachment: ld64-latest-main.log added

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

Cc: jeremyhu@… removed
Owner: changed from macports-tickets@… to jeremyhu@…

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

Status: newassigned

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

Resolution: fixed
Status: assignedclosed
Note: See TracTickets for help on using tickets.