We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 161899d commit b23b335Copy full SHA for b23b335
docs/CompilerPerformance.md
@@ -815,8 +815,8 @@ are helpful in such cases:
815
816
- `llvm-bcanalyzer` can print (in rough form) the contents of LLVM bitcode
817
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
+ serialized ASTs in. The latter requires combining `llvm-objdump` and
+ `llvm-bcanalyzer` in the following fashion: `llvm-objdump --raw-clang-ast
820
file.pcm | llvm-bcanalyzer -dump`
821
822
- `llvm-dwarfdump` and `llvm-dis` can be used to print textual representations
0 commit comments