[cfe-commits] r67159 - /cfe/trunk/include/clang/Driver/Driver.h
Daniel Dunbar
daniel at zuster.org
Tue Mar 17 19:56:39 PDT 2009
Author: ddunbar
Date: Tue Mar 17 21:56:39 2009
New Revision: 67159
URL: http://llvm.org/viewvc/llvm-project?rev=67159&view=rev
Log:
Driver: Err, didn't mean to commit this part yet.
Modified:
cfe/trunk/include/clang/Driver/Driver.h
Modified: cfe/trunk/include/clang/Driver/Driver.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Driver/Driver.h?rev=67159&r1=67158&r2=67159&view=diff
==============================================================================
--- cfe/trunk/include/clang/Driver/Driver.h (original)
+++ cfe/trunk/include/clang/Driver/Driver.h Tue Mar 17 21:56:39 2009
@@ -145,11 +145,7 @@
///
/// \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.
More information about the cfe-commits
mailing list