Handle fpmath= in the target attribute.
authorEric Christopher <echristo@gmail.com>
Fri, 12 Jun 2015 01:36:00 +0000 (01:36 +0000)
committerEric Christopher <echristo@gmail.com>
Fri, 12 Jun 2015 01:36:00 +0000 (01:36 +0000)
commit249e3762e513e45a0d05954c4a3c0a89f5371237
tree0ba30f7212ed6be04e9e4c09fda1fcd23ab2c307
parent4dfe075f93043843ee55f593d063c8c04411fbfc
Handle fpmath= in the target attribute.

Right now we're ignoring the fpmath attribute since there's no
backend support for a feature like this and to do so would require
checking the validity of the strings and doing general subtarget
feature parsing of valid and invalid features with the target
attribute feature.

llvm-svn: 239582
clang/lib/CodeGen/CGCall.cpp
clang/test/CodeGen/attr-target.c