[PATCH] D65969: [clang][NFC] Consolidating usage of "FinalPhase" in Driver::BuildActions

Puyan Lotfi via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Aug 8 13:31:54 PDT 2019


plotfi created this revision.
plotfi added reviewers: aaron.ballman, compnerd.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.

I am working to remove this concept of the "FinalPhase" in the clang driver, but it is used in a lot of different places to do argument handling for different combinatios of phase pipelines and arguments. I am trying to consolidate most of the uses of "FinalPhase" into its own separate scope.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D65969

Files:
  clang/lib/Driver/Driver.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D65969.214220.patch
Type: text/x-patch
Size: 4949 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20190808/260bbac5/attachment-0001.bin>


More information about the cfe-commits mailing list