Stubs for getHostCPUFeatures API. This implements part of PR5389.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@93913 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/System/Host.cpp b/lib/System/Host.cpp
index 79897e4..e7193db 100644
--- a/lib/System/Host.cpp
+++ b/lib/System/Host.cpp
@@ -299,3 +299,7 @@
   return "generic";
 }
 #endif
+
+bool sys::getHostCPUFeatures(StringMap<bool> &Features){
+  return false;
+}