aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp
diff options
context:
space:
mode:
authorChandler Carruth <chandlerc@gmail.com>2012-01-25 08:49:21 +0000
committerChandler Carruth <chandlerc@gmail.com>2012-01-25 08:49:21 +0000
commitcb91619e5c1c544521142bd8a913f54f6228e810 (patch)
treeeca7fc143a587b3d0f7ce17754b0f5b1eeca620b /clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp
parent70d50ee8fb36a99a46a15f2955bb12e45919304e (diff)
downloadllvm-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