Add a mention of the new `-Zllvm-time-trace` flag
This commit is contained in:
parent
a46f4c1f46
commit
c1d96c73b8
|
|
@ -123,6 +123,8 @@ tutorial above):
|
||||||
- The `-Ztime-llvm-passes` option measures the time of each LLVM pass
|
- 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 `-Zverify-llvm-ir` option will verify the LLVM IR for correctness
|
||||||
- The `-Zno-parallel-llvm` will disable parallel compilation of distinct compilation units
|
- 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
|
### Filing LLVM bug reports
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue