summaryrefslogtreecommitdiffstats
path: root/third_party/rust/cranelift-codegen/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/rust/cranelift-codegen/README.md')
-rw-r--r--third_party/rust/cranelift-codegen/README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/third_party/rust/cranelift-codegen/README.md b/third_party/rust/cranelift-codegen/README.md
new file mode 100644
index 0000000000..18b9756aad
--- /dev/null
+++ b/third_party/rust/cranelift-codegen/README.md
@@ -0,0 +1,2 @@
+This crate contains the core Cranelift code generator. It translates code from an
+intermediate representation into executable machine code.