File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -431,7 +431,7 @@ Non-comprehensive list of changes in this release
431431 which allows them to be stored in STL containers.
432432
433433- In the ``-ftime-report `` output, the new "Clang time report" group replaces
434- the old "Clang front-end time report" and shows "Front end", "LLVM IR
434+ the old "Clang front-end time report" and includes "Front end", "LLVM IR
435435 generation", "Optimizer", and "Machine code generation".
436436
437437New Compiler Flags
Original file line number Diff line number Diff line change @@ -175,7 +175,6 @@ void Timer::clear() {
175175}
176176
177177void Timer::yieldTo (Timer &O) {
178- assert (Running && " Cannot stop a paused timer" );
179178 stopTimer ();
180179 O.startTimer ();
181180}
You can’t perform that action at this time.
0 commit comments