]> granicus.if.org Git - clang/commit
ccc: Darwin/X86: Implement remainder of (non -Z...) generic argument
authorDaniel Dunbar <daniel@zuster.org>
Fri, 16 Jan 2009 20:25:36 +0000 (20:25 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Fri, 16 Jan 2009 20:25:36 +0000 (20:25 +0000)
commit9c3ea76809ee28e03a4dbd81ff2f35294bb3c092
tree4540748ebd614ebf208cc90b6fffc7aa411adc99
parentc55a24095c3488fa6e99b537be64e57a2905477b
ccc: Darwin/X86: Implement remainder of (non -Z...) generic argument
translation.
 - As is my general strategy, this is initially pedantically
   compatible with gcc and can be cleaned up later. So, for example,
   we still pass -static to collect2 4 times if you say '-mkernel
   -fapple-kext'. ;)

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@62353 91177308-0d34-0410-b5e6-96231b3b80d8
tools/ccc/ccclib/Arguments.py
tools/ccc/ccclib/ToolChain.py
tools/ccc/ccclib/Tools.py