diff options
author | Tom Stellard <thomas.stellard@amd.com> | 2012-06-01 09:09:23 -0400 |
---|---|---|
committer | Tom Stellard <thomas.stellard@amd.com> | 2012-06-01 09:09:23 -0400 |
commit | 2713c4ebaf42a1def1141005ff61eb2074ef0097 (patch) | |
tree | f161820536adeaa3b202b270352d1411c55a5333 /configure.py | |
parent | 8d5aecaa134636fdbf058fe6272e97d6ca31bcb0 (diff) |
Remove NVPTX from default targets, so libclc will work with LLVM 3.1
Diffstat (limited to 'configure.py')
-rwxr-xr-x | configure.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.py b/configure.py index 0236345..0d05e0c 100755 --- a/configure.py +++ b/configure.py @@ -40,7 +40,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', 'r600--'] +default_targets = ['r600--'] targets = args if not targets: |