From: Argyrios Kyrtzidis Date: Fri, 15 Oct 2010 18:52:45 +0000 (+0000) Subject: Again, add '-include-pch' option to the driver, so it can get passed to the cc1 driver. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2a8fe339fbcd92993a0e9568696ba165c2519fba;p=clang Again, add '-include-pch' option to the driver, so it can get passed to the cc1 driver. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@116608 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/Driver/Options.td b/include/clang/Driver/Options.td index cfb9c81b57..ab87d57d43 100644 --- a/include/clang/Driver/Options.td +++ b/include/clang/Driver/Options.td @@ -426,6 +426,7 @@ def iframework : JoinedOrSeparate<"-iframework">, Group; def imacros : JoinedOrSeparate<"-imacros">, Group; def image__base : Separate<"-image_base">; def include_ : JoinedOrSeparate<"-include">, Group, EnumName<"include">; +def include_pch : Separate<"-include-pch">, Group; def init : Separate<"-init">; def install__name : Separate<"-install_name">; def integrated_as : Flag<"-integrated-as">, Flags<[DriverOption]>;