Files
Matt Arsenault a4262847c8 AMDGPU: Use a custom areInlineCompatible
Fixes not inlining OpenCL library functions on AMDGPU,
which don't have an explicitly set target-cpu.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@310269 91177308-0d34-0410-b5e6-96231b3b80d8
2017-08-07 17:08:44 +00:00

3 lines
70 B
INI

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