| commit | 026861b87d7bfbdaf31ced93e8c916008b72cce8 | [log] [tgz] |
|---|---|---|
| author | Zachary Turner <zturner@google.com> | Thu Jul 10 20:37:47 2014 +0000 |
| committer | Zachary Turner <zturner@google.com> | Thu Jul 10 20:37:47 2014 +0000 |
| tree | 086b8887ac621f1d538595a923edb78bc77e640d | |
| parent | 454955e1b3d2958140a64acb895ee904d5974e9e [diff] |
Move the post-build step that creates lldb.py.
Being in lldb\source, ${CMAKE_CURRENT_BINARY_DIR} would resolve to
the build\tools\lldb\source directory. For correct operation, and
parity with the shell script, it needs to resolve to the
build\tools\lldb\scripts directory.
llvm-svn: 212760