Update CompilerPerformance.md

Typo fix, and fix parameter `--raw-clang-ast`
This commit is contained in:
ladd
2020-10-05 14:16:59 -07:00
committed by GitHub
parent 161899d490
commit b23b335ac8

View File

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