2016-01-21 15:19:23 -08:00
|
|
|
[package]
|
|
|
|
|
name = "rustc_llvm"
|
|
|
|
|
version = "0.0.0"
|
2025-02-20 18:37:58 +00:00
|
|
|
edition = "2024"
|
2016-01-21 15:19:23 -08:00
|
|
|
|
2019-12-12 10:51:19 -05:00
|
|
|
[dependencies]
|
2023-10-20 13:37:29 +11:00
|
|
|
# tidy-alphabetical-start
|
2025-08-27 19:50:53 +10:00
|
|
|
libc.workspace = true
|
2023-10-20 13:37:29 +11:00
|
|
|
# tidy-alphabetical-end
|
2019-12-12 10:51:19 -05:00
|
|
|
|
2016-01-21 15:19:23 -08:00
|
|
|
[build-dependencies]
|
2023-10-20 13:37:29 +11:00
|
|
|
# tidy-alphabetical-start
|
2025-07-29 09:22:24 +02:00
|
|
|
# `cc` updates often break things, so we pin it here. Cargo enforces "max 1 semver-compat version
|
|
|
|
|
# per crate", so if you change this, you need to also change it in `rustc_codegen_ssa`.
|
2025-02-28 21:10:21 +08:00
|
|
|
cc = "=1.2.16"
|
2023-10-20 13:37:29 +11:00
|
|
|
# tidy-alphabetical-end
|
2025-07-11 13:32:03 +00:00
|
|
|
|
|
|
|
|
[features]
|
2025-07-31 13:15:49 +10:00
|
|
|
# tidy-alphabetical-start
|
2025-07-11 13:32:03 +00:00
|
|
|
# Used by ./x.py check --compile-time-deps to skip building C++ code
|
|
|
|
|
check_only = []
|
2025-07-31 13:15:49 +10:00
|
|
|
# tidy-alphabetical-end
|