File tree 1 file changed +8
-0
lines changed 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,14 @@ premature-optimizations, or micro-optimizations.
15
15
When contributing, please try to match the current code style in the codebase. Style doesn't matter
16
16
too much ultimately but consistency within a codebase is important.
17
17
18
+ Please base changes against the ` dev ` branch, which is used for development.
19
+
20
+ ## Code organization
21
+
22
+ The library's public interface is defined in headers in ` include/ ` . Declarations for the public interface have
23
+ definitions in .cpp files in the top-level of ` src/ ` . Implementation for various actions such as unwinding, demangling,
24
+ symbol resolution, etc. are put in various sub-directories of ` src/ ` .
25
+
18
26
## Local development
19
27
20
28
The easiest way to get started with local development is running ` make debug ` (which automatically configures cmake and
You can’t perform that action at this time.
0 commit comments