Skip to content
New issue

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

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

Already on GitHub? # to your account

Remove function to replace name of executable #370

Open
hiker opened this issue Dec 3, 2024 · 0 comments
Open

Remove function to replace name of executable #370

hiker opened this issue Dec 3, 2024 · 0 comments

Comments

@hiker
Copy link
Collaborator

hiker commented Dec 3, 2024

The compiler wrapper use:

        orig_compiler_name = self._compiler.exec_name
        self._compiler.change_exec_name(self.exec_name)

Since this functionality could be 'abused', try to instead add a function that assembles the command line, which the compiler wrapper can then use instead.

This would likely work well with the LinkerWrapper PR.

@hiker hiker mentioned this issue Dec 3, 2024
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant