Skip to content

[OpenMP] Fix multiply installing libomp.so #93685

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

Merged
merged 1 commit into from
May 29, 2024
Merged

Conversation

jhuber6
Copy link
Contributor

@jhuber6 jhuber6 commented May 29, 2024

Summary:
The add_llvm_library interface handles installing the llvm libraries,
however we want to do our own handling. Otherwise, this will install
into the ./lib location instead of the ./lib/<target> one.

Summary:
The `add_llvm_library` interface handles installing the llvm libraries,
however we want to do our own handling. Otherwise, this will install
into the `./lib` location instead of the `./lib/<target>` one.
@jhuber6 jhuber6 requested review from jdoerfert, jplehr and shiltian May 29, 2024 13:43
@llvmbot llvmbot added the openmp:libomp OpenMP host runtime label May 29, 2024
Copy link
Contributor

@jplehr jplehr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@jhuber6 jhuber6 merged commit df9701b into llvm:main May 29, 2024
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
openmp:libomp OpenMP host runtime
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants