diff options
Diffstat (limited to 'lib/Driver/Tools.h')
-rw-r--r-- | lib/Driver/Tools.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Driver/Tools.h b/lib/Driver/Tools.h index a6d4e9c0ab..e09f8055a6 100644 --- a/lib/Driver/Tools.h +++ b/lib/Driver/Tools.h @@ -33,6 +33,8 @@ namespace tools { const InputInfo &Output, const InputInfoList &Inputs) const; + void AddX86TargetArgs(const ArgList &Args, ArgStringList &CmdArgs) const; + public: Clang(const ToolChain &TC) : Tool("clang", TC) {} |