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-09-02 19:09:13 +10:00
|
|
|
libc = "0.2.73"
|
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-09-19 09:16:26 -07:00
|
|
|
# `cc` updates often break things, so we pin it here.
|
2025-10-30 22:46:35 +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
|