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

Build noelle with release version of LLVM and fix building different versions #20

Open
gchan510 opened this issue Sep 8, 2020 · 0 comments
Labels
low-priority new-feature New feature or request

Comments

@gchan510
Copy link
Collaborator

gchan510 commented Sep 8, 2020

Current build time for NOELLE is very slow when using clang.
Possible solution: Build with release version of clang but still have ability to use debugging symbols from LLVM

Also, noelle is set up in a way such that if a build directory exists in the library that is being built, the library will be skipped.
This is not the behavior we want when we want to build a release and a debug version of noelle.
Solution: Run make clean inside noelle/src before building another version

@gchan510 gchan510 added new-feature New feature or request low-priority labels Sep 8, 2020
@gchan510 gchan510 changed the title Build noelle with release version of LLVM Build noelle with release version of LLVM and fix building different versions Sep 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
low-priority new-feature New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant