Rename trans to codegen everywhere.
This commit is contained in:
parent
e3150564f8
commit
b63d7e2b1c
264 changed files with 1547 additions and 1548 deletions
|
@ -11,7 +11,7 @@
|
|||
#![allow(unused_imports)]
|
||||
|
||||
// Note: the relevant lint pass here runs before some of the constant
|
||||
// evaluation below (e.g. that performed by trans and llvm), so if you
|
||||
// evaluation below (e.g. that performed by codegen and llvm), so if you
|
||||
// change this warn to a deny, then the compiler will exit before
|
||||
// those errors are detected.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue