aboutsummaryrefslogtreecommitdiff
path: root/include/clang/Driver/Action.h
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2009-03-18 03:13:20 +0000
committerDaniel Dunbar <daniel@zuster.org>2009-03-18 03:13:20 +0000
commit10ffa9a4887d9376e3eb3598e40523d1b58773c9 (patch)
treea7ac4ed800af0a62f9924578cc309a99969489ef /include/clang/Driver/Action.h
parente29cd6f24689e670730623f012586234527f6dc9 (diff)
Driver: Ditch Driver::DefaultToolChain, this can vary between compilations.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@67162 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/clang/Driver/Action.h')
-rw-r--r--include/clang/Driver/Action.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/clang/Driver/Action.h b/include/clang/Driver/Action.h
index b65e5af65a..b9bf671db2 100644
--- a/include/clang/Driver/Action.h
+++ b/include/clang/Driver/Action.h
@@ -105,6 +105,8 @@ public:
};
class BindArchAction : public Action {
+ /// The architecture to bind, or 0 if the default architecture
+ /// should be bound.
const char *ArchName;
public: