]> granicus.if.org Git - clang/commit
Driver: Add host info.
authorDaniel Dunbar <daniel@zuster.org>
Tue, 10 Mar 2009 23:41:59 +0000 (23:41 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Tue, 10 Mar 2009 23:41:59 +0000 (23:41 +0000)
commitdd98e2cad165ca73c769e4f105a4e47c2216387a
treea82398bf2e311fdb9d0ad37f5c78c7c6d3b762b8
parentfb5058ef67c054296c88db18ab1b3717845cb71d
Driver: Add host info.
 - Replace assorted -ccc-host-* options by -ccc-host-triple which is
   more sane.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@66600 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Driver/Driver.h
lib/Driver/Driver.cpp
tools/driver/driver.cpp