summaryrefslogtreecommitdiff
path: root/lib/Support/Windows
diff options
context:
space:
mode:
authorSebastian Pop <spop@codeaurora.org>2012-01-05 18:28:46 +0000
committerSebastian Pop <spop@codeaurora.org>2012-01-05 18:28:46 +0000
commit6e9b5eb51bb623995c90295d265a7682277653a1 (patch)
treec333ba442ddedfb74ac79b9a5f8541e2d0f3fafb /lib/Support/Windows
parent0fcccd4d45b593bc11e56ff5be36a04836749376 (diff)
downloadllvm-6e9b5eb51bb623995c90295d265a7682277653a1.tar.gz
llvm-6e9b5eb51bb623995c90295d265a7682277653a1.tar.bz2
llvm-6e9b5eb51bb623995c90295d265a7682277653a1.tar.xz
revert r147542 after comments from Joerg Sonnenberger
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@147608 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Support/Windows')
-rw-r--r--lib/Support/Windows/Host.inc4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/Support/Windows/Host.inc b/lib/Support/Windows/Host.inc
index cce82349cd..2e6d6f1903 100644
--- a/lib/Support/Windows/Host.inc
+++ b/lib/Support/Windows/Host.inc
@@ -20,7 +20,3 @@ using namespace llvm;
std::string sys::getDefaultTargetTriple() {
return LLVM_DEFAULT_TARGET_TRIPLE;
}
-
-std::string sys::getHostTriple() {
- return LLVM_HOST_TRIPLE;
-}