Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | When producing error messages for always_inline functions with the | Eric Christopher | 2015-11-16 | 1 | -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 |