diff options
author | Tom Stellard <thomas.stellard@amd.com> | 2013-06-26 18:18:59 +0000 |
---|---|---|
committer | Tom Stellard <thomas.stellard@amd.com> | 2013-06-26 18:18:59 +0000 |
commit | 879327fcdc8618a978e533614614972524b2bfbb (patch) | |
tree | 79030a4091267f210a2d088c701227096ef7bd8b /libclc/configure.py | |
parent | 734508d9e66c58353e5655d9b2a957d8dacdaee1 (diff) | |
download | bcm5719-llvm-879327fcdc8618a978e533614614972524b2bfbb.tar.gz bcm5719-llvm-879327fcdc8618a978e533614614972524b2bfbb.zip |
r600: Initial support
This includes a get_global_id() implementation and function stubs for
the other workitem and synchronization functions.
llvm-svn: 184975
Diffstat (limited to 'libclc/configure.py')
-rwxr-xr-x | libclc/configure.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libclc/configure.py b/libclc/configure.py index 9ae49b75265..4f63c5bd5d8 100755 --- a/libclc/configure.py +++ b/libclc/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: |