diff options
author | Daniel Dunbar <daniel@zuster.org> | 2009-03-18 02:56:39 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2009-03-18 02:56:39 +0000 |
commit | bea41f1da9644f4df6575c76801267cdd095ff92 (patch) | |
tree | 8eb1a700dc991e53e99661f8d15f548dba99b971 | |
parent | f0eddb8510353f381193c48899199230303da4a2 (diff) | |
download | bcm5719-llvm-bea41f1da9644f4df6575c76801267cdd095ff92.tar.gz bcm5719-llvm-bea41f1da9644f4df6575c76801267cdd095ff92.zip |
Driver: Err, didn't mean to commit this part yet.
llvm-svn: 67159
-rw-r--r-- | clang/include/clang/Driver/Driver.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/clang/include/clang/Driver/Driver.h b/clang/include/clang/Driver/Driver.h index 807b108a3d8..aea5d8c9799 100644 --- a/clang/include/clang/Driver/Driver.h +++ b/clang/include/clang/Driver/Driver.h @@ -145,11 +145,7 @@ public: /// /// \param Args - The input arguments. /// \param Actions - The list to store the resulting actions onto. - /// \param DefaultArchName - The default arch name (required to know - /// what architecture to bind if no -arch options are present). - - void BuildUniversalActions(const ArgList &Args, ActionList &Actions, - const char *DefaultArchName) const; + void BuildUniversalActions(const ArgList &Args, ActionList &Actions) const; /// BuildJobs - Bind actions to concrete tools and translate /// arguments to form the list of jobs to run. |