[Libclc-dev] [PATCH 2/3] configure: Provide symlink for amdgcn-mesa3d instead of configure hack
Jan Vesely via Libclc-dev
libclc-dev at lists.llvm.org
Sun Oct 28 23:45:14 PDT 2018
Signed-off-by: Jan Vesely <jan.vesely at rutgers.edu>
---
amdgcn-mesa3d | 1 +
configure.py | 2 --
2 files changed, 1 insertion(+), 2 deletions(-)
create mode 120000 amdgcn-mesa3d
diff --git a/amdgcn-mesa3d b/amdgcn-mesa3d
new file mode 120000
index 0000000..4007828
--- /dev/null
+++ b/amdgcn-mesa3d
@@ -0,0 +1 @@
+amdgcn-amdhsa
\ No newline at end of file
diff --git a/configure.py b/configure.py
index 55ef1bb..8c021b9 100755
--- a/configure.py
+++ b/configure.py
@@ -187,8 +187,6 @@ for target in targets:
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')
--
2.18.1
More information about the Libclc-dev
mailing list