diff options
| author | Sebastian Pop <spop@codeaurora.org> | 2012-01-05 18:28:46 +0000 |
|---|---|---|
| committer | Sebastian Pop <spop@codeaurora.org> | 2012-01-05 18:28:46 +0000 |
| commit | 99ab273a778d4836981f71dd7c947785dc3816b8 (patch) | |
| tree | bde22e1311c31f39e9535ad750f63938348f2acd /llvm/lib/Support/Windows | |
| parent | 8ff6bc924fbff00b63b84a8bd00cb0fd85265087 (diff) | |
| download | bcm5719-llvm-99ab273a778d4836981f71dd7c947785dc3816b8.tar.gz bcm5719-llvm-99ab273a778d4836981f71dd7c947785dc3816b8.zip | |
revert r147542 after comments from Joerg Sonnenberger
llvm-svn: 147608
Diffstat (limited to 'llvm/lib/Support/Windows')
| -rw-r--r-- | llvm/lib/Support/Windows/Host.inc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/llvm/lib/Support/Windows/Host.inc b/llvm/lib/Support/Windows/Host.inc index cce82349cd6..2e6d6f19037 100644 --- a/llvm/lib/Support/Windows/Host.inc +++ b/llvm/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; -} |

