doe300 / VC4C

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

`TestVC4C` cannot parse options correctly. #96

Closed nomaddo closed 5 years ago

nomaddo commented 6 years ago

TestVC4C --fast-regression fail to execute.

$ build/test/TestVC4C --fast-regressions
Cannot enable unknown optimization: ast-regressions
doe300 commented 6 years ago

This is only a visual bug, the option is parsed correctly. The problem is that the options are parsed in 2 different places, where one of them does not know this argument and prints this error