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

Fix collector llvm-lines #712

Merged
merged 3 commits into from
Jul 24, 2020

Conversation

nnethercote
Copy link
Contributor

This was unintentionally broken by #675.

cc @jyn514

We need to run `cargo llvm-lines` rather than `cargo rustc`.
- Using `-E` with `set` means errors within functions and subshells will
  be caught by the `trap` + `ERR` combination.
- Adding `1 2 3 6` to the `trap` means that the scripts will exit
  cleanly if you interrupt them, which is useful when testing them
  locally.
@Mark-Simulacrum
Copy link
Member

I'm going to go ahead and merge this, but I agree that it would be good to do some cleanup on the signal names in a future PR.

@Mark-Simulacrum Mark-Simulacrum merged commit 2b833c7 into rust-lang:master Jul 24, 2020
@nnethercote nnethercote deleted the fix-llvm-lines branch July 26, 2020 23:39
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