Skip to content

Commit

Permalink
configure: Provide symlink for amdgcn-mesa3d instead of configure hack
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Vesely <[email protected]>
Reviewed-By: Aaron Watry <[email protected]>
llvm-svn: 346085
  • Loading branch information
jvesely committed Nov 4, 2018
1 parent ee93cda commit fd9d787
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions libclc/amdgcn-mesa3d
2 changes: 0 additions & 2 deletions libclc/configure.py
Original file line number Diff line number Diff line change
Expand Up @@ -187,8 +187,6 @@ def llvm_config(args):
for arch in archs:
subdirs.append("%s-%s-%s" % (arch, t_vendor, t_os))
subdirs.append("%s-%s" % (arch, t_os))
if t_os == 'mesa3d':
subdirs.append('amdgcn-amdhsa')
subdirs.append(arch)
if arch == 'amdgcn' or arch == 'r600':
subdirs.append('amdgpu')
Expand Down

0 comments on commit fd9d787

Please sign in to comment.