This website requires JavaScript.
Explore
Help
Sign In
maxjhandsome
/
llvm-project
forked from
OSchip/llvm-project
Watch
1
Star
0
Fork
You've already forked llvm-project
0
Code
Issues
Pull Requests
Packages
Releases
Wiki
Activity
ee8c973884
llvm-project
/
clang
/
test
/
Frontend
/
lit.local.cfg
2 lines
60 B
INI
Raw
Normal View
History
Unescape
Escape
[OpenCL] Actually activate Frontend/opencl.cl test and fix test bugs rL275318 added the test Frontend/opencl.cl test, but that test was never actually run because Frontend/lit.local.cfg doesn't contain the '.cl' file suffix. Once the test is activated, it fails with (unintended) compile errors in the newly added CHECK_INVALID_OPENCL_VERSION checks. This patch adds the '.cl' file suffix to Frontend/lit.local.cfg to activate the test and fixes the test bug by adding '-fblocks' to the relevant command lines. Patch by Martin Böhme! Differential Revision: http://reviews.llvm.org/D22349 llvm-svn: 275405
2016-07-14 20:56:21 +08:00
config.suffixes
=
['.c', '.cpp', '.m', '.mm', '.ll', '.cl']