This is an archive of the discontinued LLVM Phabricator instance.

OpenMP: Correctly query location for amdgpu-arch
ClosedPublic

Authored by arsenm on Nov 19 2021, 7:39 AM.

Details

Summary

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.

Diff Detail

Event Timeline

arsenm created this revision.Nov 19 2021, 7:39 AM
arsenm requested review of this revision.Nov 19 2021, 7:39 AM

Building locally to convince myself this works, back shortly

JonChesterfield accepted this revision.Nov 19 2021, 10:19 AM

LG, thanks!

This revision is now accepted and ready to land.Nov 19 2021, 10:19 AM