open64-compiler / open64

open64 compiler
78 stars 29 forks source link

xcalcc: add options and type hint for the driver #5

Closed Yvan-xy closed 1 year ago

Yvan-xy commented 1 year ago

xcalcc: 1 .add type hint for driver

  1. add option '-o' to set the output file
  2. add the option '-ast-dump' for xcalcc/xcalc++
  3. add the option '-verify' for xcalcc/xcalc++
shinmingliu commented 1 year ago

It's would be useful to add Usage information as part of all option changes.

Yvan-xy commented 1 year ago

It's would be useful to add Usage information as part of all option changes.

I will add Usage info later.