diff options
author | Eric Christopher <echristo@gmail.com> | 2013-02-22 20:12:52 +0000 |
---|---|---|
committer | Eric Christopher <echristo@gmail.com> | 2013-02-22 20:12:52 +0000 |
commit | 80190399f5a062db72127869978699af65951b73 (patch) | |
tree | b84691eda8ba51167c29bf44ecdb0d3514b0ad9b /lib/Driver/Tools.h | |
parent | ae7396c3891748762d01431e16541b3eb9125c4d (diff) |
Split out the command handling for split debug info, we're going
to want to propagate some information through the module into
the back end and so need to pass it through to codegen.
Also make the methods file static so we can use them in other places.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@175916 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Driver/Tools.h')
-rw-r--r-- | lib/Driver/Tools.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/Driver/Tools.h b/lib/Driver/Tools.h index 2d7f8b0962..f4aebd8bd2 100644 --- a/lib/Driver/Tools.h +++ b/lib/Driver/Tools.h @@ -54,10 +54,6 @@ namespace tools { void AddSparcTargetArgs(const ArgList &Args, ArgStringList &CmdArgs) const; void AddX86TargetArgs(const ArgList &Args, ArgStringList &CmdArgs) const; void AddHexagonTargetArgs (const ArgList &Args, ArgStringList &CmdArgs) const; - void SplitDebugInfo(Compilation &C, const JobAction &JA, - const ArgList &Args, const InputInfoList &Inputs, - const InputInfo &Output, - const char *LinkingOutput) const; enum RewriteKind { RK_None, RK_Fragile, RK_NonFragile }; |