summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2011-07-09 07:19:50 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2011-07-09 07:19:50 +0000
commit6bb5fe3a0d7cf92cd5e77382f1c737a919ab7669 (patch)
tree7553121797d615bddd2e066bacebb17438a8e7bc /utils
parent1fe156f987dbb4760f14db9729d2b84c0efe114b (diff)
downloadllvm-6bb5fe3a0d7cf92cd5e77382f1c737a919ab7669.tar.gz
llvm-6bb5fe3a0d7cf92cd5e77382f1c737a919ab7669.tar.bz2
llvm-6bb5fe3a0d7cf92cd5e77382f1c737a919ab7669.tar.xz
lit/LitConfig.py: Demote Win32 message "Unable to find 'bash.exe'" from Warning to Note.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@134809 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils')
-rw-r--r--utils/lit/lit/LitConfig.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/lit/lit/LitConfig.py b/utils/lit/lit/LitConfig.py
index 7ca1b9c4c6..bda91744cc 100644
--- a/utils/lit/lit/LitConfig.py
+++ b/utils/lit/lit/LitConfig.py
@@ -96,7 +96,7 @@ class LitConfig:
# bash
self.bashPath = Util.which('bash', dir)
if self.bashPath is None:
- self.warning("Unable to find 'bash.exe'.")
+ self.note("Unable to find 'bash.exe'.")
self.bashPath = ''
return dir