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

better support for in-tree build #75

Merged
merged 1 commit into from
Oct 21, 2020

Conversation

shintaro-iwasaki
Copy link
Collaborator

The current LLVM project is maintained in a single repository (https://github.com/llvm/llvm-project). Although BOLT will keep provided as a single repository, BOLT should work with this LLVM repository, too. This patch updates CMakefiles so that BOLT can be separately installed as "BOLT" in addition to the default LLVM OpenMP library. BOLT will be installed to bolt/ directory if it is installed with the LLVM project by default unless you set -DLIBOMP_USE_BOLT_DEFAULT=true.

The vanilla LLVM project does not recognize BOLT, so the user needs to modify its CMakefiles. This patch will be created in the future.

@shintaro-iwasaki
Copy link
Collaborator Author

test:bolt/all

The current LLVM project is maintained in a single repository.  Although BOLT
will be provided as a single repository, BOLT should work with the LLVM
repository, too.  This patch updates CMakefiles so that BOLT can be separately
installed as "BOLT" in addition to the default LLVM OpenMP library.  BOLT will
be installed to bolt/ directory by default unless you set
-DLIBOMP_USE_BOLT_DEFAULT=true.

The original LLVM project does not recognize BOLT, so the user needs to modify
its CMakefiles.  This patch will be created in the future.
@shintaro-iwasaki
Copy link
Collaborator Author

test:bolt/all

@shintaro-iwasaki shintaro-iwasaki merged commit 7085d4d into pmodels:main Oct 21, 2020
@shintaro-iwasaki shintaro-iwasaki deleted the IntreeBuild branch October 30, 2020 15:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant