Skip to content

Commit e4ac0f7

Browse files
zhanghe9702dkm
authored andcommitted
fixed README.md , dump ast using correct option
ChangeLog: * README.md: remove error dump option. Signed-off-by: Zhang He <[email protected]>
1 parent c448ace commit e4ac0f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ $ make
8080
Running the compiler itself without make install we can simply invoke the compiler proper:
8181

8282
```bash
83-
$ ./gcc/crab1 test.rs -frust-debug -frust-dump-parse -Warray-bounds -dumpbase test.rs -mtune=generic -march=x86-64 -O0 -version -fdump-tree-gimple -o test.s -L/lib/x86_64-linux-gnu -L/lib/../lib64 -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib64 -frust-incomplete-and-experimental-compiler-do-not-use
83+
$ ./gcc/crab1 test.rs -frust-debug -frust-dump-ast-pretty -Warray-bounds -dumpbase test.rs -mtune=generic -march=x86-64 -O0 -version -fdump-tree-gimple -o test.s -L/lib/x86_64-linux-gnu -L/lib/../lib64 -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib64 -frust-incomplete-and-experimental-compiler-do-not-use
8484
```
8585

8686
To invoke the compiler driver (gccrs) we need to:

0 commit comments

Comments
 (0)