doe300 / VC4C

Compiler for the VC4CL OpenCL implementation
MIT License
117 stars 37 forks source link

Fix: surpress warnings for TestVC4C #129

Open nomaddo opened 5 years ago

nomaddo commented 5 years ago

Currently, TestVC4C --fastregression show the following mis-leading warning:

$ ./cmake-build-debug/test/TestVC4C --fast-regressions
Cannot enable unknown optimization: ast-regressions

This is because parsing function parseConfigurationParameter output some warnings even though in TestVC4C.

This pullreq add a argument to parseConfigurationParameter to control printing warnings.

nomaddo commented 5 years ago

BTW: in the latest master branch, TestVC4C only show warnings and stack trace. I cannot see the coverage.