aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/SplitKit.cpp
diff options
context:
space:
mode:
authorZachary Turner <zturner@google.com>2015-01-21 17:53:10 +0000
committerZachary Turner <zturner@google.com>2015-01-21 17:53:10 +0000
commitf3a7da349cddaa4c12eebd757673fa2c45a8ab47 (patch)
tree6397e31deee6d92973cff35a2fe1c68a6ebfe7d1 /llvm/lib/CodeGen/SplitKit.cpp
parentfd725c060bf727f8967eef96dd6a72213fe93887 (diff)
downloadllvm-f3a7da349cddaa4c12eebd757673fa2c45a8ab47.zip
llvm-f3a7da349cddaa4c12eebd757673fa2c45a8ab47.tar.gz
llvm-f3a7da349cddaa4c12eebd757673fa2c45a8ab47.tar.bz2
Some fixes for linking Python on Windows.
CMake FindPythonLibs will look for multiple versions of Python including both debug and release, and build up a list such as (debug <debugpath> optimized <optimizedpath>). This confuses the logic we have in CMake to copy the correct python dll to the output directory so that it need not be in your system's PATH. To alleviate this, we manually split this list and extract out the debug and release versions of the python library, and copy only the correct one to the output directory. llvm-svn: 226679
Diffstat (limited to 'llvm/lib/CodeGen/SplitKit.cpp')
0 files changed, 0 insertions, 0 deletions