]> granicus.if.org Git - clang/commit
Handle -march for the LLVM recognized cpu names.
authorDaniel Dunbar <daniel@zuster.org>
Wed, 6 May 2009 21:56:32 +0000 (21:56 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Wed, 6 May 2009 21:56:32 +0000 (21:56 +0000)
commit3ac79049abf396487546e8807e8763403f444a07
tree8fc3d59343c30a4643170e67f9937c4b5f1b84a6
parent8966bc1c8ce271c09936c0eaf6c841aef4a0af1b
Handle -march for the LLVM recognized cpu names.
 - x86 target feature handling should not be feature complete, even if
   the code quality is lacking.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@71123 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Basic/Targets.cpp
test/Preprocessor/x86_target_features.c