- 19 Jan, 2020 1 commit
-
-
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
-
- 16 Jan, 2020 1 commit
-
-
As part of Unified IR infra. Introduce target folder to store all the compilation target related information.
Tianqi Chen committed
-