diff options
Diffstat (limited to 'test/lit.cfg')
-rw-r--r-- | test/lit.cfg | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/lit.cfg b/test/lit.cfg index 54e8c7f546f8a..d8794039f1527 100644 --- a/test/lit.cfg +++ b/test/lit.cfg @@ -227,6 +227,8 @@ if re.search(r'X86', archs): config.available_features.add('x86') if re.search(r'PowerPC', archs): config.available_features.add('ppc') +if re.search(r'AMDGPU', archs): + config.available_features.add('amdgpu') llvm_config_cmd.wait() # Check if Windows resource file compiler exists. |