diff options
author | Gabor Greif <ggreif@gmail.com> | 2007-07-06 20:28:40 +0000 |
---|---|---|
committer | Gabor Greif <ggreif@gmail.com> | 2007-07-06 20:28:40 +0000 |
commit | db5565a1f549a979c84e559e18863f4c1d8f884f (patch) | |
tree | e899442d44084ca03dd071535965f2f282ce07ed /lib/System | |
parent | 2c194e6bd10b864e72b50c7cd071c5fd9c04282e (diff) | |
download | external_llvm-db5565a1f549a979c84e559e18863f4c1d8f884f.zip external_llvm-db5565a1f549a979c84e559e18863f4c1d8f884f.tar.gz external_llvm-db5565a1f549a979c84e559e18863f4c1d8f884f.tar.bz2 |
finishing touches of bytecode -> bitcode changes. also unbreak Windows
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37950 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/System')
-rw-r--r-- | lib/System/Win32/Path.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/System/Win32/Path.inc b/lib/System/Win32/Path.inc index 67f16a7..994bc67 100644 --- a/lib/System/Win32/Path.inc +++ b/lib/System/Win32/Path.inc @@ -189,7 +189,7 @@ Path::GetSystemLibraryPaths(std::vector<sys::Path>& Paths) { } void -Path::GetBytecodeLibraryPaths(std::vector<sys::Path>& Paths) { +Path::GetBitcodeLibraryPaths(std::vector<sys::Path>& Paths) { char * env_var = getenv("LLVM_LIB_SEARCH_PATH"); if (env_var != 0) { getPathList(env_var,Paths); |