Skip to content

add build option for LLVM debug info #37738

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

Closed
mrhota opened this issue Nov 12, 2016 · 1 comment
Closed

add build option for LLVM debug info #37738

mrhota opened this issue Nov 12, 2016 · 1 comment
Labels
T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)

Comments

@mrhota
Copy link
Contributor

mrhota commented Nov 12, 2016

See relevant discussion in #31033. We probably want control of LLVM debuginfo independent of --disable-optimize-llvm. That's currently the only way to get debug symbols in LLVM (that I know of).

I suggested in the above issue that we call the option --enable-llvm-debuginfo.

CC @nnethercote @nagisa

@mrhota
Copy link
Contributor Author

mrhota commented Nov 14, 2016

cc @alexcrichton A-rustbuild, A-build, and A-debuginfo seem like relevant tags

@mrhota mrhota changed the title add configure option for LLVM debug info add build option for LLVM debug info Nov 14, 2016
@alexcrichton alexcrichton added the T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap) label Nov 14, 2016
bors added a commit that referenced this issue Nov 15, 2016
Add llvm debuginfo configure option

CC @nnethercote @Mark-Simulacrum

We add a new configure option, `--enable-llvm-debuginfo`, to do exactly what you'd think.

Re: #31033

Fixes #37738
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
Projects
None yet
Development

No branches or pull requests

2 participants