Files
clang-p2996/llvm/test/Transforms/Inline/AMDGPU/lit.local.cfg
Matt Arsenault aac47c1c00 AMDGPU: Use a custom areInlineCompatible
Fixes not inlining OpenCL library functions on AMDGPU,
which don't have an explicitly set target-cpu.

llvm-svn: 310269
2017-08-07 17:08:44 +00:00

3 lines
70 B
INI

if not 'AMDGPU' in config.root.targets:
config.unsupported = True