Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ability to get compiler arguments for files generated by build plugin without running build plugin #6700

Open
ahoppen opened this issue Jul 12, 2023 · 1 comment

Comments

@ahoppen
Copy link
Member

ahoppen commented Jul 12, 2023

In sourcekit-lsp we want to get the compiler arguments for a source file generated by a build plugin but we definitely don’t want to run the build plugin ourselves (as we don’t have a background build in sourcekit-lsp). So, there would need to be some way by which we can get the compiler arguments for those generated files without actually running the build plugin.

rdar://112122871

@dangdennis
Copy link

Out of curiosity, what is the general plan to implementing this fix?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants