[lldb-dev] [Bug 21921] New: Get rid of the SWIG generation shell scripts
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Mon Dec 15 12:36:46 PST 2014
http://llvm.org/bugs/show_bug.cgi?id=21921
Bug ID: 21921
Summary: Get rid of the SWIG generation shell scripts
Product: lldb
Version: unspecified
Hardware: PC
OS: Windows NT
Status: NEW
Severity: normal
Priority: P
Component: All Bugs
Assignee: zturner at google.com
Reporter: zturner at google.com
CC: lldb-dev at cs.uiuc.edu
Classification: Unclassified
Shell scripts cannot run on Windows, so we have already ported the shell
scripts to python. So that we don't have to maintain two parallel code paths
on how SWIG is generated, we should get rid of the shell scripts and rely
exclusively on the python scripts for all platforms and all configurations.
As a first step, we can switch the default of CMake to use python instead of
shell scripts. After letting this bake for some time, we can update platform
build systems for those platforms that don't use CMake (make/Xcode). Finally,
we can delete the shell scripts as a final step.
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-dev/attachments/20141215/1e3b1301/attachment.html>
More information about the lldb-dev
mailing list