summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
diff options
context:
space:
mode:
authorZachary Turner <zturner@google.com>2015-04-22 22:53:18 +0000
committerZachary Turner <zturner@google.com>2015-04-22 22:53:18 +0000
commit0405d68bb472f208ef660ad69682fe1b54a58804 (patch)
tree2876555eb36278da7172ceae9bdd11815a15b0b7 /llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
parent7d0e99c6019ca1c4c6708309ef5dade0db03b425 (diff)
downloadbcm5719-llvm-0405d68bb472f208ef660ad69682fe1b54a58804.tar.gz
bcm5719-llvm-0405d68bb472f208ef660ad69682fe1b54a58804.zip
Use the debugginess of the python interpreter when symlinking _lldb.pyd.
Previously we would pass an argument to finishSwigWrapperClasses.py which specified whether this was a debug or a release build. But sometimes CMAKE_BUILD_TYPE would not be set to anything, causing this argument to be empty when passed in. The only purpose of this argument was to determine whether or not to append _d to the extension module when creating the symlink. This is only necessary when doing a debug build of LLDB on Windows, which implies a debug interpreter, so we replace this with a check to see if the running interpreter is a debug one, and append _d if so. llvm-svn: 235559
Diffstat (limited to 'llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud