Return the target information needed by frontends to produce Cranelift IR for the current target.
(&self)
| 837 | /// Return the target information needed by frontends to produce Cranelift IR |
| 838 | /// for the current target. |
| 839 | fn target_config(&self) -> isa::TargetFrontendConfig { |
| 840 | self.isa().frontend_config() |
| 841 | } |
| 842 | |
| 843 | /// Create a new `Context` initialized for use with this `Module`. |
| 844 | /// |
nothing calls this directly
no test coverage detected