File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -9,8 +9,14 @@ Introduction
9
9
============
10
10
11
11
This tutorial will guide you through the process of making a change to
12
- LLVM, and contributing it back to the LLVM project. We'll be making a
13
- change to Clang, but the steps for other parts of LLVM are the same.
12
+ LLVM, and contributing it back to the LLVM project.
13
+
14
+ .. note ::
15
+ The code changes presented here are only an example and not something you
16
+ should actually submit to the LLVM project. For your first real change to LLVM,
17
+ the code will be different but the rest of the guide will still apply.
18
+
19
+ We'll be making a change to Clang, but the steps for other parts of LLVM are the same.
14
20
Even though the change we'll be making is simple, we're going to cover
15
21
steps like building LLVM, running the tests, and code review. This is
16
22
good practice, and you'll be prepared for making larger changes.
You can’t perform that action at this time.
0 commit comments