avr-llvm / llvm

[MERGED UPSTREAM] AVR backend for the LLVM compiler library
220 stars 21 forks source link

Upgrade to the 3.9 branch? #217

Closed shepmaster closed 8 years ago

shepmaster commented 8 years ago

Looks like the 3.9 branch has been formed. Rust upstream has upgraded to that version. Any idea if the as-yet-unmerged code here could be rebased on top of that?

dylanmckay commented 8 years ago

I updated us to LLVM master within the last week

dylanmckay commented 8 years ago

It looks like I updated just before the 3.9 branch was tagged. I'll update to the exact branch now.

dylanmckay commented 8 years ago

Updated to current trunk

shepmaster commented 8 years ago

Hmm. I'd already updated to 3.9 in 4ab852dc50945acc2f9261d5fd8aa6a2f0a2c920. Wonder what changed.

shepmaster commented 8 years ago

Oh, perhaps the source of LLVM commits ported to git changed?

shepmaster commented 8 years ago

It also appears that files like .travis.yml have disappeared.

shepmaster commented 8 years ago

Obviously I'm doing something wrong, I must have pulled the wrong branch. Please disregard my incoherent talking.

shepmaster commented 8 years ago

Oh. I got bitten by the "main branch is not master" issue again. No wonder.

shepmaster commented 8 years ago

Also, it appears you went to 4.0:

$ ./bin/llvm-config --version
4.0.0
dylanmckay commented 8 years ago

I tried going to 3.9 but it was originally tagged ages ago and we already had newer commits from when I updated last week.

If you need 3.9 specifically, I'm happy to rollback those changes and keep us on that tip.