1 USAGE: voodooc [options] <input file>
2 Input file denotes the file to compile. The special name '-' causes
3 voodooc to read from standard input. In that case, the -o option is
10 --architecture <architecture>
11 Select target architecture. Use -a help to get a list of
12 supported architectures.
16 --output-format <format>
17 Select output format. Use -a <architecture> -f help to get a list of
18 supported output formats for architecture.
21 Lists the features supported by this implementation. The features
22 are listed in the format <feature name><tab><version>, ordered
23 by feature name. The program exits after printing the list of
24 features; no compilation is performed.
28 Display usage information and exit. No compilation will be performed.
31 --output <output file>
32 --output-file <output file>
33 Set output file name. The special name '-' causes voodooc to write
37 Display version information and exit. No compilation will be performed.