aboutsummaryrefslogtreecommitdiff
path: root/lib/Driver/ToolChains.h
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2012-09-23 03:05:41 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2012-09-23 03:05:41 +0000
commit03a86385d6628398e1671db1d1970eb83ef0f8b3 (patch)
treec799c71299898d05d5a67593bee6169647a77e4e /lib/Driver/ToolChains.h
parent76f74ad696abe882e4ee6466913f554580ec5a59 (diff)
Implement ToolChain::IsUnwindTablesDefault to reduce code duplication a bit.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@164473 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Driver/ToolChains.h')
-rw-r--r--lib/Driver/ToolChains.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/Driver/ToolChains.h b/lib/Driver/ToolChains.h
index 752cdfdcaa..c3c874aa50 100644
--- a/lib/Driver/ToolChains.h
+++ b/lib/Driver/ToolChains.h
@@ -155,7 +155,6 @@ public:
virtual Tool &SelectTool(const Compilation &C, const JobAction &JA,
const ActionList &Inputs) const;
- virtual bool IsUnwindTablesDefault() const;
virtual const char *GetDefaultRelocationModel() const;
virtual const char *GetForcedPicModel() const;
};
@@ -540,7 +539,6 @@ public:
virtual Tool &SelectTool(const Compilation &C, const JobAction &JA,
const ActionList &Inputs) const;
bool IsMathErrnoDefault() const;
- bool IsUnwindTablesDefault() const;
const char* GetDefaultRelocationModel() const;
const char* GetForcedPicModel() const;