From 3fd58f91dd318518f7daa4ba64c0aaf31799d89b Mon Sep 17 00:00:00 2001 From: rdivacky Date: Sat, 23 Jan 2010 11:09:33 +0000 Subject: Update LLVM to r94309. --- lib/System/Host.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lib/System/Host.cpp') 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 @@ std::string sys::getHostCPUName() { return "generic"; } #endif + +bool sys::getHostCPUFeatures(StringMap &Features){ + return false; +} -- cgit v1.1