]> granicus.if.org Git - clang/commit
Moved construction of TargetInfo objects out of the Driver
authorTed Kremenek <kremenek@apple.com>
Wed, 12 Dec 2007 18:05:32 +0000 (18:05 +0000)
committerTed Kremenek <kremenek@apple.com>
Wed, 12 Dec 2007 18:05:32 +0000 (18:05 +0000)
commitbbced580c92afa09cd4423a9bdc90ff61cb1e79a
treef5ca4a43ebfb2331df4cdb96ca52f8f46c704793
parent23c3bb768fd3eb24ff1a7402856405129afac0e3
Moved construction of TargetInfo objects out of the Driver
and into the "Basic" library. TargetInfo objects are now
constructed from triples by calling the static method
TargetInfo::CreateTargetInfo.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@44940 91177308-0d34-0410-b5e6-96231b3b80d8
Basic/Targets.cpp [moved from Driver/Targets.cpp with 97% similarity]
Driver/TranslationUnit.cpp
Driver/clang.cpp
Driver/clang.h
include/clang/Basic/TargetInfo.h