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]
|
[llvm]
|
||||||
# Enables LLVM assertions, which will check that the LLVM bitcode generated
|
# Enables LLVM assertions, which will check that the LLVM bitcode generated
|
||||||
# by the compiler is internally consistent. These are particularly helpful
|
# by the compiler is internally consistent. These are particularly helpful
|
||||||
# if you edit `trans`.
|
# if you edit `codegen`.
|
||||||
assertions = true
|
assertions = true
|
||||||
|
|
||||||
[rust]
|
[rust]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue