Add missing lit.local.cfg to llvm/test/Transforms/CodeGenPrepare/NVPTX.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@285464 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Justin Lebar 2016-10-28 21:56:07 +00:00
parent d6028cdcc7
commit 27d02ea698

View File

@ -0,0 +1,2 @@
if not 'NVPTX' in config.root.targets:
config.unsupported = True