r279348 - [Driver] Remove unused #include of llvm/Support/config.h

Richard Smith via cfe-commits cfe-commits at lists.llvm.org
Fri Aug 19 17:32:40 PDT 2016


Oops, thanks! :)

On Fri, Aug 19, 2016 at 4:15 PM, Vedant Kumar via cfe-commits <
cfe-commits at lists.llvm.org> wrote:

> Author: vedantk
> Date: Fri Aug 19 18:15:35 2016
> New Revision: 279348
>
> URL: http://llvm.org/viewvc/llvm-project?rev=279348&view=rev
> Log:
> [Driver] Remove unused #include of llvm/Support/config.h
>
> This is a follow-up to r279112 (which removed the need for the header)
> and in the same spirit as r279035 (which attempted to un-break
> out-of-tree builds).
>
> Modified:
>     cfe/trunk/tools/driver/cc1_main.cpp
>
> Modified: cfe/trunk/tools/driver/cc1_main.cpp
> URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/tools/
> driver/cc1_main.cpp?rev=279348&r1=279347&r2=279348&view=diff
> ============================================================
> ==================
> --- cfe/trunk/tools/driver/cc1_main.cpp (original)
> +++ cfe/trunk/tools/driver/cc1_main.cpp Fri Aug 19 18:15:35 2016
> @@ -25,7 +25,6 @@
>  #include "clang/Frontend/Utils.h"
>  #include "clang/FrontendTool/Utils.h"
>  #include "llvm/ADT/Statistic.h"
> -#include "llvm/Config/config.h"
>  #include "llvm/LinkAllPasses.h"
>  #include "llvm/Option/ArgList.h"
>  #include "llvm/Option/OptTable.h"
>
>
> _______________________________________________
> cfe-commits mailing list
> cfe-commits at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20160819/3675bde3/attachment.html>


More information about the cfe-commits mailing list