Skip to content

Commit b23b335

Browse files
authored
Update CompilerPerformance.md
Typo fix, and fix parameter `--raw-clang-ast`
1 parent 161899d commit b23b335

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/CompilerPerformance.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -815,8 +815,8 @@ are helpful in such cases:
815815
816816
- `llvm-bcanalyzer` can print (in rough form) the contents of LLVM bitcode
817817
streams, such as Swift module files and the PCH/PCM files clang stores its
818-
serialized ASTs in. The latter requires combing `llvm-objdump` and
819-
`llvm-bcanalyzer` in the following fashion: `llvm-objdump -raw-clang-ast
818+
serialized ASTs in. The latter requires combining `llvm-objdump` and
819+
`llvm-bcanalyzer` in the following fashion: `llvm-objdump --raw-clang-ast
820820
file.pcm | llvm-bcanalyzer -dump`
821821
822822
- `llvm-dwarfdump` and `llvm-dis` can be used to print textual representations

0 commit comments

Comments
 (0)