diff options
| author | Chandler Carruth <chandlerc@gmail.com> | 2012-01-25 08:49:21 +0000 | 
|---|---|---|
| committer | Chandler Carruth <chandlerc@gmail.com> | 2012-01-25 08:49:21 +0000 | 
| commit | cb91619e5c1c544521142bd8a913f54f6228e810 (patch) | |
| tree | eca7fc143a587b3d0f7ce17754b0f5b1eeca620b /clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp | |
| parent | 70d50ee8fb36a99a46a15f2955bb12e45919304e (diff) | |
| download | llvm-cb91619e5c1c544521142bd8a913f54f6228e810.zip llvm-cb91619e5c1c544521142bd8a913f54f6228e810.tar.gz llvm-cb91619e5c1c544521142bd8a913f54f6228e810.tar.bz2  | |
Remove the TargetTriple object that I added to the Driver recently. This
helped stage the refactoring of things a bit, but really isn't the right
place for it. The driver may be responsible for compilations with many
different targets. In those cases, having a target triple in the driver
is actively misleading because for many of those compilations that is
not actually the triple being targeted.
This moves the last remaining users of the Driver's target triple to
instead use the ToolChain's target triple. The toolchain has a single,
concrete target it operates over, making this a more stable and natural
home for it.
llvm-svn: 148942
Diffstat (limited to 'clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions
