lit: Fix a name lookup problem, which only occurred on a race condition. This is
authorDaniel Dunbar <daniel@zuster.org>
Sat, 1 Aug 2009 04:11:36 +0000 (04:11 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Sat, 1 Aug 2009 04:11:36 +0000 (04:11 +0000)
commitdc4a0f742769598dd7611d57b20a83b33369ef24
tree7d740cf61b75ad8bdba9b4c6795181b1b3e1a157
parent3ee0543e67b2961875a7ac8bc6798c8f063f56ee
lit: Fix a name lookup problem, which only occurred on a race condition. This is
why dynamic binding sucks.

llvm-svn: 77773
clang/utils/test/TestRunner.py
clang/utils/test/Util.py