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

Removed unused options (deterministic, symbol table) #12

Merged
merged 1 commit into from
Apr 9, 2024

Conversation

dpaoliello
Copy link
Contributor

@dpaoliello dpaoliello commented Apr 8, 2024

The Rust compiler always sets deterministic and enables symbol tables therefore, to simplify both the code and tests, they are the only options that will be supported.

Note that this will make syncing to the latest LLVM sources a bit more difficult, but it shouldn't be too bad since it doesn't significantly change the shape of the code.

Readme.md Show resolved Hide resolved
@dpaoliello dpaoliello changed the title Removed unused options (thin, deterministic, symbol table) Removed unused options (deterministic, symbol table) Apr 9, 2024
@bjorn3
Copy link
Member

bjorn3 commented Apr 9, 2024

Would you mind bumping the crate version to 0.2.0 to ensure it doesn't accidentally get published as a 0.1 release?

@dpaoliello
Copy link
Contributor Author

Would you mind bumping the crate version to 0.2.0 to ensure it doesn't accidentally get published as a 0.1 release?

Done

@bjorn3 bjorn3 merged commit 381b2aa into rust-lang:master Apr 9, 2024
2 checks passed
@dpaoliello dpaoliello deleted the simplify branch April 9, 2024 17:25
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.

2 participants