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

[ltsmaster] Fix backport of PR #2315. #2594

Merged
merged 2 commits into from
Feb 27, 2018

Conversation

redstar
Copy link
Member

@redstar redstar commented Feb 23, 2018

A changed condition leads to a missing load.

JohanEngelen and others added 2 commits February 20, 2018 21:08
The change is to fix debuginfo build errors with Phobos and LLVM5.0. This PR is mostly copy-pasting from master and fixing compile errors, so not much checking whether things make sense or not for LTS.
A changed condition leads to a missing load.
// Sets the (current) value for a debuginfo variable.
void ldc::DIBuilder::SetValue(const Loc &loc, llvm::Value *value,
ldc::DILocalVariable divar
#if LDC_LLVM_VER >= 306
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LLVM 3.6 support was dropped in master. Do we still support it in ltsmaster?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, we still support LLVM 3.6 in ltsmaster.

@redstar redstar merged commit 4d580ea into ldc-developers:ltsmaster Feb 27, 2018
@redstar redstar deleted the fixdi50 branch February 28, 2018 19:56
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.

3 participants