aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Transforms/Utils/LoopVersioning.cpp
diff options
context:
space:
mode:
authorGreg Clayton <gclayton@apple.com>2015-10-26 17:52:16 +0000
committerGreg Clayton <gclayton@apple.com>2015-10-26 17:52:16 +0000
commit22fd3b1deeb447d2ecac8711b6e75ab4413336de (patch)
treed07c927ca5b73c0206c6f4a875484e22e20715ec /llvm/lib/Transforms/Utils/LoopVersioning.cpp
parent2f929b4093662935a75121dbe9dcf79aa844ce5e (diff)
downloadllvm-22fd3b1deeb447d2ecac8711b6e75ab4413336de.zip
llvm-22fd3b1deeb447d2ecac8711b6e75ab4413336de.tar.gz
llvm-22fd3b1deeb447d2ecac8711b6e75ab4413336de.tar.bz2
Fixed the test suite on MacOSX so that "test/api/multithreaded/TestMultithreaded.py" works without errors.
The problem was that the @skipIfNoSBHeaders on darwin was trying to use self.lib_dir when it hadn't been set yet. I looked at the code and places were required to set "self.lib_dir" for no real reason as all places that used it just used the LLDB_LIB_DIR environment variable. So I removed all uses of self.lib_dir and replaced them to use 'os.environ["LLDB_LIB_DIR"]'. Did the same for self.implib_dir. llvm-svn: 251315
Diffstat (limited to 'llvm/lib/Transforms/Utils/LoopVersioning.cpp')
0 files changed, 0 insertions, 0 deletions