summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/target-features-no-error.c
Commit message (Collapse)AuthorAgeFilesLines
* When producing error messages for always_inline functions with theEric Christopher2015-11-161-0/+9
target attribute, don't include "negative" subtarget features in the list of required features. Builtins are positive by default so don't need this change, but we pull the default list of features from the command line and so need to make sure that we only include features that are turned on for code generation in our error. llvm-svn: 253242
OpenPOWER on IntegriCloud