Closed nomaddo closed 5 years ago
TestVC4C --fast-regression fail to execute.
TestVC4C --fast-regression
$ build/test/TestVC4C --fast-regressions Cannot enable unknown optimization: ast-regressions
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
TestVC4C --fast-regression
fail to execute.