summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms
diff options
context:
space:
mode:
authorSylvestre Ledru <sylvestre@debian.org>2013-04-13 13:20:12 +0000
committerSylvestre Ledru <sylvestre@debian.org>2013-04-13 13:20:12 +0000
commitb9555e8e4a2b01b70ebcb6a7c4888ce783d7400a (patch)
tree24b266ea516fb8efb5a9f98467d4221060d5cdd9 /llvm/lib/Transforms
parent89ca4bc6d4e9fd51260a3a93e96a6c7135d41e81 (diff)
downloadbcm5719-llvm-b9555e8e4a2b01b70ebcb6a7c4888ce783d7400a.tar.gz
bcm5719-llvm-b9555e8e4a2b01b70ebcb6a7c4888ce783d7400a.zip
Remove the useless SRCROOT declaration from the call of build-swig-wrapper-classes.sh & finish-swig-wrapper-classes.sh
Two reasons for that: * the declaration is not used. the LLDB_SOURCE_DIR is provided as the first argument in the script ($1) (called SRC_ROOT in the source code) * add_custom_command is quoting the first argument of the command. Usually, it is the script itself (and then the full path to the script) but, here, it is the declaration of a variable. It was failing with: cd "/llvm-toolchain-3.3~svn179457/build-llvm/tools/lldb/scripts" && "SRCROOT=/llvm-toolchain-3.3~svn179457/tools/lldb" /llvm-toolchain-3.3~svn179457/tools/lldb/scripts/build-swig-wrapper-classes.sh /llvm-toolchain-3.3~svn179457/tools/lldb /llvm-toolchain-3.3~svn179457/build-llvm/tools/lldb/scripts /llvm-toolchain-3.3~svn179457/build-llvm/tools/lldb/scripts /llvm-toolchain-3.3~svn179457/build-llvm -m /bin/sh: 1: SRCROOT=/llvm-toolchain-3.3~svn179457/tools/lldb: not found llvm-svn: 179459
Diffstat (limited to 'llvm/lib/Transforms')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud