diff options
author | Tom Stellard <thomas.stellard@amd.com> | 2012-07-16 18:19:43 +0000 |
---|---|---|
committer | Tom Stellard <thomas.stellard@amd.com> | 2012-07-16 18:19:43 +0000 |
commit | a4be0720c56e60194572a9b12a09a62e35324fcc (patch) | |
tree | 453671f82ae7cb09ebc2b754236834700d024a35 /test/CodeGen/R600/lit.local.cfg | |
parent | d72304faf4c83dd744c42dd5ee4cb4edefaaa28e (diff) | |
download | external_llvm-a4be0720c56e60194572a9b12a09a62e35324fcc.zip external_llvm-a4be0720c56e60194572a9b12a09a62e35324fcc.tar.gz external_llvm-a4be0720c56e60194572a9b12a09a62e35324fcc.tar.bz2 |
Revert "test/CodeGen/R600: Add some basic tests v6"
This reverts commit 11d3457afcda7848448dd7f11b2ede6552ffb9ea.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@160300 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/R600/lit.local.cfg')
-rw-r--r-- | test/CodeGen/R600/lit.local.cfg | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/test/CodeGen/R600/lit.local.cfg b/test/CodeGen/R600/lit.local.cfg deleted file mode 100644 index 79fc2ba..0000000 --- a/test/CodeGen/R600/lit.local.cfg +++ /dev/null @@ -1,13 +0,0 @@ -config.suffixes = ['.ll', '.c', '.cpp'] - -def getRoot(config): - if not config.parent: - return config - return getRoot(config.parent) - -root = getRoot(config) - -targets = set(root.targets_to_build.split()) -if not 'AMDGPU' in targets: - config.unsupported = True - |