Add a mention of the new `-Zllvm-time-trace` flag

This commit is contained in:
Wesley Wiser 2020-02-02 21:34:01 -05:00 committed by Who? Me?!
parent a46f4c1f46
commit c1d96c73b8
1 changed files with 2 additions and 0 deletions

View File

@ -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