Add a fixme to handleTargetFeatures.

The goal of wanting this to avoid munging the feature list is so
that it can be used for various targets as a way of both adding
and verifying the features that are going to be output into the
IR.

llvm-svn: 249894
This commit is contained in:
Eric Christopher 2015-10-09 20:30:48 +00:00
parent 795f57fa7a
commit c04cb4a123
1 changed files with 2 additions and 0 deletions

View File

@ -801,6 +801,8 @@ public:
///
/// The target may modify the features list, to change which options are
/// passed onwards to the backend.
/// FIXME: This part should be fixed so that we can change handleTargetFeatures
/// to merely a TargetInfo initialization routine.
///
/// \return False on error.
virtual bool handleTargetFeatures(std::vector<std::string> &Features,