Mads Marquart
7e4379c4eb
refactor: Move env parsing of deployment target to rustc_session
2025-04-04 15:02:22 +02:00
Mads Marquart
328846c6eb
Rename is_like_osx to is_like_darwin
2025-03-25 21:53:52 +01:00
Mads Marquart
e1233153ac
Move versioned LLVM target creation to rustc_codegen_ssa
...
The OS version depends on the deployment target environment variables,
the access of which we want to move to later in the compilation pipeline
that has access to more information, for example `env_depinfo`.
2024-11-01 17:07:18 +01:00
Nicholas Nethercote
bdacdfe95f
Minimize visibilities.
...
This makes it much clearer which things are used outside the crate.
2024-09-17 16:24:33 +10:00
bjorn3
267d55d44a
Use the object crate for metadata reading
2021-05-07 18:48:58 +02:00
mark
9e5f7d5631
mv compiler to compiler/
2020-08-30 18:45:07 +03:00