diff options
author | Daniel Dunbar <daniel@zuster.org> | 2010-08-23 22:35:37 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2010-08-23 22:35:37 +0000 |
commit | 00577ada44c889fbe311d61c51a8da89e65c7c9a (patch) | |
tree | 1f970108c64c2539607ad88a33bc1546d6ed433b /lib/FrontendTool/ExecuteCompilerInvocation.cpp | |
parent | 60a4543d42b6b8564a5650345de7beb7e99c60f3 (diff) |
Driver: Move Clang "triple" computation routines to method on the
ToolChain. This fixes a potenial bad cast when running Clang on PPC code, since
the tool chain in effect is not a subclass of the Darwin one, but we were
treating it like it was.
- This introduces some gross code duplication, but the right fix for it is to
just move the Driver to start depending on the targets in libBasic, so I am
not planning on fixing it immediately.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@111856 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/FrontendTool/ExecuteCompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions