]> granicus.if.org Git - clang/commit
ccc: Basic translation of gcc subtarget feature options to LLVM
authorDaniel Dunbar <daniel@zuster.org>
Fri, 20 Feb 2009 07:35:04 +0000 (07:35 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Fri, 20 Feb 2009 07:35:04 +0000 (07:35 +0000)
commit4311e4507a00d3c6d62561b1d1cde7c8fd2fdeca
treeda8c78eae7f8caffe20b3e98aa123a2f089f0a07
parentc4556d1151df16a282d5aac548e00857411b3141
ccc: Basic translation of gcc subtarget feature options to LLVM
options (i.e., -mno-red-zone, -msoft-float, -mno-sse, etc.)
 - Also, make sure unwind tables default to on Darwin/x86_64.
 - PR3604.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@65118 91177308-0d34-0410-b5e6-96231b3b80d8
tools/ccc/ccclib/Arguments.py
tools/ccc/ccclib/ToolChain.py
tools/ccc/ccclib/Tools.py
tools/ccc/test/ccc/x86-target-features.c [new file with mode: 0644]