Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dev-lang/ldc2::dlang: required -ffat-lto-objects #856

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mccarverone
Copy link

dev-lang/ldc2 is from dlang overlay. Requires -ffat-lto-objects to compile, otherwise it fails with lots of unrecognized symbols.

This is a compiler so it definitely requires further tests to ensure that everything works fine.

build.log

dev-lang/ldc2 is from dlang overlay. Requires -ffat-lto-objects to compile, otherwise it fails with lots of unrecognized symbols.

This is a compiler so it definitely requires further tests to ensure that everything works fine.
@Connor-GH
Copy link

Tested with 1.35. Works with clang -flto but not with gcc. Still needs -ffat-lto-objects.

@Connor-GH
Copy link

Considering I build and bootstrap ldc2 with itself and also build dmd with it and many personal projects, I would consider ldc2 fine to use with clang lto.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants