mirror of
https://github.com/RPCS3/llvm.git
synced 2026-08-27 21:00:01 -04:00
a4262847c8
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
3 lines
70 B
INI
3 lines
70 B
INI
if not 'AMDGPU' in config.root.targets:
|
|
config.unsupported = True
|