This move allows the `IntCC`/`FloatCC` enums to be used in both meta (for predicate matching) and in codegen. To avoid breaking any code dependent on the previous location of condcodes.rs (`cranelift-codegen/src/condcodes.rs`), the module is re-exported under `cranelift_codegen::ir`.
12 lines
349 B
TOML
12 lines
349 B
TOML
[package]
|
|
authors = ["The Cranelift Project Developers"]
|
|
name = "cranelift-codegen-shared"
|
|
version = "0.43.1"
|
|
description = "For code shared between cranelift-codegen-meta and cranelift-codegen"
|
|
license = "Apache-2.0 WITH LLVM-exception"
|
|
repository = "https://github.com/CraneStation/cranelift"
|
|
readme = "README.md"
|
|
edition = "2018"
|
|
|
|
[dependencies]
|