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

Fix #3701: rustllvm conditional build #3719

Merged
merged 1 commit into from
Oct 17, 2012
Merged

Fix #3701: rustllvm conditional build #3719

merged 1 commit into from
Oct 17, 2012

Conversation

lucab
Copy link
Contributor

@lucab lucab commented Oct 11, 2012

DebugFlag is conditionally exported by LLVM in llvm/Support/Debug.h
in-between an #ifndef NDEBUG block; RustWrapper should not
unconditionally use it. This closes #3701.

Signed-off-by: Luca Bruno lucab@debian.org

DebugFlag is conditionally exported by LLVM in llvm/Support/Debug.h
in-between an #ifndef NDEBUG block; RustWrapper should not
unconditionally use it. This closes #3701.

Signed-off-by: Luca Bruno <lucab@debian.org>
@brson
Copy link
Contributor

brson commented Oct 12, 2012

Thanks. Just FYI, there's a pull request backlog while we get 0.4 out. We're not ignoring pull requests out of neglect.

catamorphism added a commit that referenced this pull request Oct 17, 2012
@catamorphism catamorphism merged commit f5e71f5 into rust-lang:incoming Oct 17, 2012
@catamorphism
Copy link
Contributor

Thanks!

bors pushed a commit to rust-lang-ci/rust that referenced this pull request May 15, 2021
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.

None yet

3 participants