summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support
diff options
context:
space:
mode:
authorBenjamin Kramer <benny.kra@googlemail.com>2012-07-20 19:49:33 +0000
committerBenjamin Kramer <benny.kra@googlemail.com>2012-07-20 19:49:33 +0000
commitdfaa0f3a815f34e17471277c90b551bdcfed1fa3 (patch)
treebe9568cb11801c09b53f67e9225c93a7f15ad0b4 /llvm/lib/Support
parent11ac39722c32bc68143bc6ea2c2b595bac56ea93 (diff)
downloadbcm5719-llvm-dfaa0f3a815f34e17471277c90b551bdcfed1fa3.tar.gz
bcm5719-llvm-dfaa0f3a815f34e17471277c90b551bdcfed1fa3.zip
Try to unbreak the windows build.
llvm-svn: 160567
Diffstat (limited to 'llvm/lib/Support')
-rw-r--r--llvm/lib/Support/Windows/Process.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Support/Windows/Process.inc b/llvm/lib/Support/Windows/Process.inc
index 43ba028a898..e29eb6dff6d 100644
--- a/llvm/lib/Support/Windows/Process.inc
+++ b/llvm/lib/Support/Windows/Process.inc
@@ -154,7 +154,7 @@ unsigned Process::StandardErrColumns() {
}
// The terminal always has colors.
-bool FileDescriptorHasColors(int fd) {
+bool Process::FileDescriptorHasColors(int fd) {
return FileDescriptorIsDisplayed(fd);
}
OpenPOWER on IntegriCloud