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

RSP file content is not copied into compile_commands.json while using Tasking compiler #2313

Closed
gerioldman opened this issue Aug 7, 2023 · 0 comments
Milestone

Comments

@gerioldman
Copy link
Contributor

gerioldman commented Aug 7, 2023

https://github.com/ninja-build/ninja/blob/36843d387cb0621c1a288179af223d4f1410be73/src/ninja.cc#L885C3-L885C72

I am using the TASKING TriCore compiler with ninja, and after trying to generate compilation database with the option '-x', it still had the rsp files in it. I have referenced a code part which might be to blame, the TASKING compiler doesn't use the '@' syntax, but uses '--option-file=<filename>' or '-f <filename>' syntax.

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

2 participants