Rename trans to codegen
This commit is contained in:
parent
14eaf2a2d0
commit
31e80c3b00
|
|
@ -24,7 +24,7 @@ settings (and possibly others, such as `llvm.ccache`):
|
|||
[llvm]
|
||||
# Enables LLVM assertions, which will check that the LLVM bitcode generated
|
||||
# by the compiler is internally consistent. These are particularly helpful
|
||||
# if you edit `trans`.
|
||||
# if you edit `codegen`.
|
||||
assertions = true
|
||||
|
||||
[rust]
|
||||
|
|
|
|||
Loading…
Reference in New Issue