aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Bitcode/Writer/BitcodeWriter.cpp
diff options
context:
space:
mode:
authorGreg Fitzgerald <garious@gmail.com>2015-02-03 18:47:37 +0000
committerGreg Fitzgerald <garious@gmail.com>2015-02-03 18:47:37 +0000
commit2e18729bcef90939b7d0be61a1503d64d5cae471 (patch)
treedc7f96f2204530e6ae305987585e58251c40001a /llvm/lib/Bitcode/Writer/BitcodeWriter.cpp
parente63abfe70ee72c75a55d817e9f21c6288a80daa1 (diff)
downloadllvm-2e18729bcef90939b7d0be61a1503d64d5cae471.zip
llvm-2e18729bcef90939b7d0be61a1503d64d5cae471.tar.gz
llvm-2e18729bcef90939b7d0be61a1503d64d5cae471.tar.bz2
Don't assume LIT_EXECUTABLE points to a Python script, take 2
Before this patch, the CMake build assumed LIT_EXECUTABLE pointed to a Python script, not an executable. If you were to pass in an executable, such as the result of py2exe on lit.py, the build would fall over. With this patch, the CMake build assumes LIT_EXECUTABLE is an executable. You can continue setting it to lit.py, but it will now use its shebang to find a Python interpreter. Differential Revision: http://reviews.llvm.org/D7315 llvm-svn: 228005
Diffstat (limited to 'llvm/lib/Bitcode/Writer/BitcodeWriter.cpp')
0 files changed, 0 insertions, 0 deletions