Skip to content

Conversation

antmox
Copy link
Contributor

@antmox antmox commented Nov 20, 2024

No description provided.

@antmox antmox requested a review from DavidSpickett November 20, 2024 11:53
'-t', target,
'-j', str(self._build_threads())] +
([] if self.opts.succinct else ["-v"]) +
["--"] + shlex.split(self.opts.build_tool_options),
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we make --build-tool-options default to "" instead? This way the split should produce an empty list that will concatenate with ["--"] into ["--"].

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes indeed. Done in next version. Thanks for the suggestion

Copy link

@RoboTux RoboTux left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Contributor

@DavidSpickett DavidSpickett left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@antmox antmox merged commit 30f4c1e into llvm:main Nov 21, 2024
1 check passed
@antmox antmox deleted the fix_runtest_crash branch November 21, 2024 08:43
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

Successfully merging this pull request may close these issues.

3 participants