[all-commits] [llvm/llvm-project] 935abe: OpenMP: Correctly query location for amdgpu-arch
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Mon Nov 29 13:31:51 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 935abeaace123e5f11792a5175079d974d0a0be8
https://github.com/llvm/llvm-project/commit/935abeaace123e5f11792a5175079d974d0a0be8
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2021-11-29 (Mon, 29 Nov 2021)
Changed paths:
M openmp/libomptarget/plugins/amdgpu/CMakeLists.txt
Log Message:
-----------
OpenMP: Correctly query location for amdgpu-arch
This was trying to figure out the build path for amdgpu-arch, and
making assumptions about where it is which were not working on my
system. Whether a standalone build or not, we should have a proper
imported target to get the location from.
More information about the All-commits
mailing list