Skip to content
This repository was archived by the owner on Sep 2, 2018. It is now read-only.

Commit b298948

Browse files
authored
Update README.md
1 parent 47e1f4f commit b298948

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# avr-llvm
22

33
This repository has been merged into [upstream llvm](http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/AVR/).
4+
Development now occurs directly in LLVM trunk, while this repository exists here solely as an archive of old work and issues.
5+
6+
At this point in time, no changes or commits are added or otherwise backported to this repository.
47

58
In order to compile stock LLVM will AVR support enabled, `-DLLVM_EXPERIMENTAL_TARGETS_TO_BUILD=AVR` must be passed to CMake.
69

@@ -25,3 +28,10 @@ make
2528

2629
Once this is done, you will have a number executables in `build/bin`.
2730

31+
## Viewing the historic avr-llvm fork
32+
33+
This repository contains a few years of development issues, pull requests, and branches prior to the merge of the backend into LLVM trunk.
34+
35+
The old development branch is named [`avr-support`](https://github.com/avr-llvm/llvm/tree/avr-support).
36+
37+
There is a [`master`](https://github.com/avr-llvm/llvm/tree/master) branch that points to the upstream LLVM commit that `avr-support` is based on.

0 commit comments

Comments
 (0)