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

Support LLVM 3.9 + 4.0 #39

Merged
merged 1 commit into from May 8, 2018
Merged

Support LLVM 3.9 + 4.0 #39

merged 1 commit into from May 8, 2018

Conversation

TheDan64
Copy link
Owner

@TheDan64 TheDan64 commented May 8, 2018

Description

  • Added 4.0 test build to travis (3.9 has linking issues due to some travis-ubuntu issue, and may not be resolvable - will create an issue to do more research into it)
  • Updated travis doc build to 4.0
  • Added LLVM 3.9 & 4.0 support

Related Issue

Updates #1 to support LLVM 3.9 & 4.0

How This Has Been Tested

3.9 & 4.0 tests are passing. However, 3.9 is not being tested in travis due to a travis/ubuntu linking issue (should not affect most ubuntu users)

Option<Breaking Changes>

No breaking changes

Checklist

@TheDan64 TheDan64 self-assigned this May 8, 2018
@codecov
Copy link

codecov bot commented May 8, 2018

Codecov Report

Merging #39 into master will increase coverage by 0.01%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #39      +/-   ##
==========================================
+ Coverage   50.83%   50.85%   +0.01%     
==========================================
  Files          37       37              
  Lines        2939     2940       +1     
==========================================
+ Hits         1494     1495       +1     
  Misses       1445     1445
Impacted Files Coverage Δ
src/passes.rs 97.89% <ø> (ø) ⬆️
src/values/metadata_value.rs 74.54% <ø> (ø) ⬆️
src/lib.rs 62.5% <ø> (ø) ⬆️
src/targets.rs 13.07% <ø> (ø) ⬆️
src/module.rs 58.15% <100%> (+0.22%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 5a6dc48...885a1fd. Read the comment docs.

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

1 participant