]> granicus.if.org Git - clang/commit
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)
commitc2b01da4dd127511874e032bcee640366a9ec75d
tree994124a81202fbc054ee71ab12de268f09c15c6c
parentd9acbb08aab0b7af637d0c385581191091d498f0
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.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@290059 91177308-0d34-0410-b5e6-96231b3b80d8
test/PCH/ocl_types.cl