Rename trans to codegen

This commit is contained in:
Aleksey Kladov 2018-11-08 13:42:44 +03:00 committed by Who? Me?!
parent 14eaf2a2d0
commit 31e80c3b00
1 changed files with 1 additions and 1 deletions

View File

@ -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]