Contributing patches
Now, you feel confident enough to contribute patches – great!
Remember that you do not have to start with hard-to-fix problems. You can start by fixing small issues or typos! Whatever helps get you started with the process is a good learning experience.
LLVM features a label good first issue that you can use to search for issues that are supposed to be simple enough to get started. Just remember that this label is manually set, and it is possible that the person who set it has misjudged the difficulty of the problem. The bottom line is that it is okay to feel that even starter tasks are too difficult sometimes.
To get you started, feel free to reach out on the LLVM Discord server (https://discord.com/invite/xS7Z362) to existing contributors. Often, contributors will be happy to mentor you in looking into specific issues. Look at the CODE_OWNERS.TXT
file for a list of people that you can reach out to for various components. You can also check...