Project-stage 3
This is the project stage 3. For this stage, my main task is to wrap and tidy the tasks I have done in stage 2 and manage the code to git for sharing. I have pushed the file I have created and for passes code and the modify file. They are Makefile.in, passes.def, tree-mypass.cc and tree-pass.h. You can just go my public GitHun repository and pull these files and then add the file tree-mypass.cc into the directory gcc under your GCC codebase. Then replace the files Makefile.in, passes.def, tree-pass.h under gcc directory with the files I provided for u. If you run the command to make the file again it will run successfully and create your custom GCC. The GitHub repository: https://github.com/haolinma1/spo600-project1 After integrate my own pass in gcc and make it and install it. I got my custom GCC under the bin in my custom install folder. I locate the test-clone directory where the professor provide for me, and use command make CC=~/gcc/gcc-build/install/bin/gcc C...