Move scripts/Python/interface to scripts/interface so that we
can start making iterative improvements towards sharing the
interface files between multiple languages (each of which would
have their own directory as now).
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
This leaves Python-specific stuff in the SWIG interface files (%pythoncode, etc). A subsequent step will be to isolate that via either #ifdef or trying to include it from separate files and making sure that the build process picks it all up correctly.
Comment Actions
Looks fine. We will need to update the Xcode project when you get this checked in, but I can do that.
Comment Actions
@clayborg: This has landed, so hopefully you can update the Xcode project. (If you could update it to call the Python scripts and get us closer to killing off the shell scripts, that'd be even better!)