passlab / rexompiler

REX OpenMP Compiler
https://passlab.github.io/rexompiler/
Other
1 stars 1 forks source link

command line processing: not able to report unrecognized command line option #145

Open yanyh15 opened 1 year ago

yanyh15 commented 1 year ago

Currently ROSE does not able to recognized wrong command line, e.g. --rose:wrongline and it passes to the backend compiler to report error. Ideally, ROSE should be able to recognize those command line and report error.

command line processing is now using both old and new Sawyer I believe. This is not high priority now, but need to fix later.