1 //===- llvm/System/Win32/Host.inc -------------------------------*- C++ -*-===//
3 // The LLVM Compiler Infrastructure
5 // This file is distributed under the University of Illinois Open Source
6 // License. See LICENSE.TXT for details.
8 //===----------------------------------------------------------------------===//
10 // This file implements the Win32 Host support.
12 //===----------------------------------------------------------------------===//
20 std::string sys::getHostTriple() {
21 // FIXME: Adapt to running version.
22 return LLVM_HOSTTRIPLE;