commit | 1c8183df7f03b2e939c9fdeded8561abcdd52c45 | [log] [tgz] |
---|---|---|
author | Xerxes Ranby <xerxes@zafena.se> | Tue Jan 19 21:26:05 2010 +0000 |
committer | Xerxes Ranby <xerxes@zafena.se> | Tue Jan 19 21:26:05 2010 +0000 |
tree | dd37cbfff70dd62519b534795972b3a33a3101fe | |
parent | 35f0febcb66b5a50a5a750efcbefc95f7fc25c7b [diff] [blame] |
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; +}