- Also switches to use symlinks vs copy as that enables edit-and-continue python development.
- Broken out of https://reviews.llvm.org/D97995 per request from reviewer.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Thanks!
Also switches to use symlinks vs copy as that enables edit-and-continue python development.
Ah that was bugging me recently!
Comment Actions
It looks like this change to create symlinks in the build area also results in those symlinks getting installed in the install area... This seems like a bad idea, since the install area ends up having symlinks back to the source tree. However, I don't see a simple way to change the install action to fix that. Any ideas here?