diff options
author | Daniel Dunbar <daniel@zuster.org> | 2009-09-09 22:33:08 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2009-09-09 22:33:08 +0000 |
commit | 6acda16e9c194dcbd0dea64341e182bdb65d0f41 (patch) | |
tree | cdf0fa45d96b98523cc786bd1a53537f07e409df /lib/Driver/Tools.h | |
parent | 5ed34f4c58b6ad4e21038d713c1fae31a6146ff5 (diff) |
Move Clang X86 cpu/feature argument translation into AddX86TargetArgs.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@81390 91177308-0d34-0410-b5e6-96231b3b80d8
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) {} |