diff options
author | Benjamin Kramer <benny.kra@googlemail.com> | 2012-07-20 19:49:33 +0000 |
---|---|---|
committer | Benjamin Kramer <benny.kra@googlemail.com> | 2012-07-20 19:49:33 +0000 |
commit | dfaa0f3a815f34e17471277c90b551bdcfed1fa3 (patch) | |
tree | be9568cb11801c09b53f67e9225c93a7f15ad0b4 /llvm/lib/Support | |
parent | 11ac39722c32bc68143bc6ea2c2b595bac56ea93 (diff) | |
download | bcm5719-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.inc | 2 |
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); } |