Rename trans to codegen

This commit is contained in:
Aleksey Kladov 2018-11-08 13:42:44 +03:00 committed by Who? Me?!
parent f036b1116a
commit ab12b0bdc4

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]