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

Update llvm to the latest version #9

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

Conversation

r-marques
Copy link
Contributor

@r-marques r-marques commented Dec 5, 2017

resolves #6

  • Updated patches to work with the latest version of llvm
  • Created a tar with the latest version of llvm patched

llvm now uses cmake instead of configure. I think I got all the options right.

- Updated patches
- Create a tar with the latest version of llvm patched
@maxhowald
Copy link
Contributor

Wow, thanks a lot! Will review this and merge it shortly.

@r-marques
Copy link
Contributor Author

While creating the tar with the new patched llvm I omitted this step svn co -r 209914 http://llvm.org/svn/llvm-project/test-suite/trunk test-suite in https://github.com/pepper-project/pequin/blob/master/compiler/buffetfsm/README.md. With this it generated a 400 MB tar.

The documentation in https://github.com/pepper-project/pequin/blob/master/compiler/buffetfsm/README.md also needs to be updated to reflect the latest revision number of llvm.

And maybe we need to add cmake to the dependency list of the distros.

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.

Compilation error for buffetfsm "forward declaration of 'sigaltstack'"
2 participants