Fix a lit test issue exposed by r290056
authorYaxun Liu <Yaxun.Liu@amd.com>
Sun, 18 Dec 2016 07:26:01 +0000 (07:26 +0000)
committerYaxun Liu <Yaxun.Liu@amd.com>
Sun, 18 Dec 2016 07:26:01 +0000 (07:26 +0000)
commitc9318c6cf2104c5caa3d063f046121b9fdfb2728
tree32e7f22f19c0ea2c7e46c29416e18434f126dd24
parentcc2741ce8535257a1e3adb73ca8e056460350dbb
Fix a lit test issue exposed by r290056

The test requests a target which supports cl_khr_gl_msaa_sharing since in test/PCH/ocl_types.h
it tries to enable cl_khr_gl_msaa_sharing. Therefore this test fails on targets not supporting
cl_khr_gl_msaa_sharing, e.g. ppc64, etc.

The fix is to add triple spir-unknown-unknown which supports cl_khr_gl_msaa_sharing.

llvm-svn: 290059
clang/test/PCH/ocl_types.cl