Add a mention of the new -Zllvm-time-trace flag
This commit is contained in:
parent
7935d37e36
commit
bd287110fa
1 changed files with 2 additions and 0 deletions
|
|
@ -123,6 +123,8 @@ tutorial above):
|
|||
- The `-Ztime-llvm-passes` option measures the time of each LLVM pass
|
||||
- The `-Zverify-llvm-ir` option will verify the LLVM IR for correctness
|
||||
- The `-Zno-parallel-llvm` will disable parallel compilation of distinct compilation units
|
||||
- The `-Zllvm-time-trace` option will output a Chrome profiler compatible JSON file
|
||||
which contains details and timings for LLVM passes.
|
||||
|
||||
### Filing LLVM bug reports
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue