diff options
author | Ed Schouten <ed@80386.nl> | 2009-04-02 19:13:12 +0000 |
---|---|---|
committer | Ed Schouten <ed@80386.nl> | 2009-04-02 19:13:12 +0000 |
commit | c66a5a30a27e7b9cfab46ac8be918e3ea5b0c5a5 (patch) | |
tree | d367c703412d70b7149cab7ba072a733a6fce31c /lib/Driver/Tools.cpp | |
parent | 26df2f09587ad6978ac8e357ca46b2731d591cc4 (diff) |
Add some whitespace to test my commit privileges.
Approved by: ddunbar
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@68343 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Driver/Tools.cpp')
-rw-r--r-- | lib/Driver/Tools.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Driver/Tools.cpp b/lib/Driver/Tools.cpp index ab8caf69da..e57f7e83fb 100644 --- a/lib/Driver/Tools.cpp +++ b/lib/Driver/Tools.cpp @@ -1477,6 +1477,7 @@ void darwin::Lipo::ConstructJob(Compilation &C, const JobAction &JA, Dest.addCommand(new Command(Exec, CmdArgs)); } + void freebsd::Assemble::ConstructJob(Compilation &C, const JobAction &JA, Job &Dest, const InputInfo &Output, const InputInfoList &Inputs, |