[PATCH] D23050: CommandFlags.h/llc: Move StopAfter/StartBefore options to llc.

Matthias Braun via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 2 11:16:18 PDT 2016


MatzeB added a comment.

> I am mainly looking for confirmation that the gold plugin doesn't need -stop-after/-start-after in this review!


I just realized that I can answer my own question: neither StartAfter nor StopAfter are used in gold-plugin.cpp so they can't have any effect in the gold plugin.


Repository:
  rL LLVM

https://reviews.llvm.org/D23050





More information about the llvm-commits mailing list