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

[OpenMP] Fix libomptarget build issue #74067

Merged
merged 1 commit into from
Dec 1, 2023

Conversation

DominikAdamski
Copy link
Contributor

Libomptarget cannot be build because of the recent refactoring introduced in patch 148dec9 :
[OpenMP][NFC] Separate Envar (environment variable) handling (#73994)

This patch moved handling of environment variables from libomptarget library. That's why we don't need usage of "llvm::omp::target" namespace if we handle environment variables.

Libomptarget cannot be build because of the recent refactoring
introduced in patch 148dec9 :
[OpenMP][NFC] Separate Envar (environment variable) handling (llvm#73994)

This patch moved handling of environment variables from libomptarget
library. That's why we don't need usage of "llvm::omp::target"
namespace if we handle environment variables.
Copy link
Contributor

@skatrak skatrak left a comment

Choose a reason for hiding this comment

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

LGTM!

@DominikAdamski DominikAdamski merged commit 85184b4 into llvm:main Dec 1, 2023
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
openmp:libomptarget OpenMP offload runtime
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants