summaryrefslogtreecommitdiffstats
path: root/libclc/r600/lib/SOURCES
diff options
context:
space:
mode:
authorTom Stellard <thomas.stellard@amd.com>2013-06-26 18:20:00 +0000
committerTom Stellard <thomas.stellard@amd.com>2013-06-26 18:20:00 +0000
commitf2f5a86620414072509f9f218d0a6a8a9587c231 (patch)
tree364e0a1755566b792fa43eb1360cf198f13958a5 /libclc/r600/lib/SOURCES
parent10b6c22e8d304a51ffb3789be22ab82811ddd91a (diff)
downloadbcm5719-llvm-f2f5a86620414072509f9f218d0a6a8a9587c231.tar.gz
bcm5719-llvm-f2f5a86620414072509f9f218d0a6a8a9587c231.zip
R600: Replace cl implementations with LLVM IR implementation
This allows libclc to be built for R600 with upstream clang and LLVM. llvm-svn: 184980
Diffstat (limited to 'libclc/r600/lib/SOURCES')
-rw-r--r--libclc/r600/lib/SOURCES6
1 files changed, 4 insertions, 2 deletions
diff --git a/libclc/r600/lib/SOURCES b/libclc/r600/lib/SOURCES
index 644d2f39733..af8c8c80822 100644
--- a/libclc/r600/lib/SOURCES
+++ b/libclc/r600/lib/SOURCES
@@ -1,2 +1,4 @@
-workitem/get_global_id.cl
-workitem/get_global_size.cl
+workitem/get_group_id.ll
+workitem/get_local_size.ll
+workitem/get_local_id.ll
+workitem/get_global_size.ll
OpenPOWER on IntegriCloud