diff options
Diffstat (limited to 'llvm/lib/System/Win32/Host.inc')
| -rw-r--r-- | llvm/lib/System/Win32/Host.inc | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/llvm/lib/System/Win32/Host.inc b/llvm/lib/System/Win32/Host.inc deleted file mode 100644 index 18f00f8bc07..00000000000 --- a/llvm/lib/System/Win32/Host.inc +++ /dev/null @@ -1,23 +0,0 @@ -//===- llvm/System/Win32/Host.inc -------------------------------*- C++ -*-===// -// -// The LLVM Compiler Infrastructure -// -// This file is distributed under the University of Illinois Open Source -// License. See LICENSE.TXT for details. -// -//===----------------------------------------------------------------------===// -// -// This file implements the Win32 Host support. -// -//===----------------------------------------------------------------------===// - -#include "Win32.h" -#include <cstdio> -#include <string> - -using namespace llvm; - -std::string sys::getHostTriple() { - // FIXME: Adapt to running version. - return LLVM_HOSTTRIPLE; -} |

