target.cc
14.3 KB
-
[REFACTOR][CODEGEN] codegen->target, build_module->driver (#4742) · 33b0831c
This PR moves the codegen related code into the target folder, as they are target specific functionalities. We also adopt the term "compiler driver" in common compiler infra such as rust, GHC and clang. As a result, build_module is moved into the driver folder.
Tianqi Chen committed