]> granicus.if.org Git - clang/commit
Change CompilerInvocation::CreateFromArgs to take Argv0 and the address of main ...
authorDaniel Dunbar <daniel@zuster.org>
Sun, 29 Nov 2009 20:58:32 +0000 (20:58 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Sun, 29 Nov 2009 20:58:32 +0000 (20:58 +0000)
commit545c28117c64e78521b8b402caa060ba0b58a530
tree2ffd69bbf9b2d4a54e169657bebcf8a578dd294c
parent660cc18ba28dac6785ab00350974b4ca57e62ada
Change CompilerInvocation::CreateFromArgs to take Argv0 and the address of main (or something in the main executable) so it can find the builtin compiler files.

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