└── README.md /README.md: -------------------------------------------------------------------------------- 1 | # Rocm-CompilerSupport has moved! 2 | 3 | This project is now located in the 4 | [AMD Fork of the LLVM Project](https://github.com/ROCm/llvm-project), under the 5 | "amd/comgr" directory. This repository is now read-only. 6 | 7 | All issues and pull requests related to Comgr should be filed at 8 | https://github.com/ROCm/llvm-project with the `comgr` tag. 9 | 10 | Users wishing to build Comgr against upstream LLVM without needing to clone the 11 | entire ROCm llvm-project fork can still do so as follows: 12 | 13 | cd 14 | git remote add rocm-llvm https://github.com/ROCm/llvm-project.git 15 | git fetch rocm-llvm (default branch is amd-staging) 16 | git checkout rocm-llvm/ -- amd (default branch is amd-staging) 17 | 18 | The amd-specific projects, including comgr, hipcc, and device-libs, will now be 19 | present in the `/amd` directory. 20 | --------------------------------------------------------------------------------