summaryrefslogtreecommitdiff
path: root/configure.py
diff options
context:
space:
mode:
authorTom Stellard <thomas.stellard@amd.com>2013-06-26 18:18:59 +0000
committerTom Stellard <thomas.stellard@amd.com>2013-06-26 18:18:59 +0000
commit2b198dcbab2303ebdb9892df1a0e2ea4f56cc235 (patch)
tree77688fcd7a297c69580ae486e11611a9fa8c7be0 /configure.py
parentc1a78086615f94e8ba901d15a1b091e0df1c0fb2 (diff)
r600: Initial support
This includes a get_global_id() implementation and function stubs for the other workitem and synchronization functions. git-svn-id: https://llvm.org/svn/llvm-project/libclc/trunk@184975 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'configure.py')
-rwxr-xr-xconfigure.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.py b/configure.py
index 9ae49b7..4f63c5b 100755
--- a/configure.py
+++ b/configure.py
@@ -43,7 +43,7 @@ llvm_clang = os.path.join(llvm_bindir, 'clang')
llvm_link = os.path.join(llvm_bindir, 'llvm-link')
llvm_opt = os.path.join(llvm_bindir, 'opt')
-default_targets = ['nvptx--nvidiacl', 'nvptx64--nvidiacl']
+default_targets = ['nvptx--nvidiacl', 'nvptx64--nvidiacl', 'r600--']
targets = args
if not targets: