Skip to content

Commit

Permalink
Fix link to building-ponyc-using-llvm-sources (ponylang#3012)
Browse files Browse the repository at this point in the history
  • Loading branch information
winksaville authored and mfelsche committed Feb 19, 2019
1 parent ddb4e49 commit c42ccd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ First of all, you need a compiler with decent C11 support. The following compile
- MSVC >= 2015
- XCode Clang >= 6.0

When building ponyc from sources the LLVM installed on your system is used by default. Optionally, you may also build ponyc with LLVM from [sources](#build-llvm-from-source). In either case the supported version of LLVM is 3.9.1, with experimental support for version 6.0.0. Versions other than LLVM 3.9.1 may result in decreased performance or crashes in generated applications.
When building ponyc from sources the LLVM installed on your system is used by default. Optionally, you may also build ponyc with LLVM from [sources](#building-ponyc-using-llvm-sources). In either case the supported version of LLVM is 3.9.1, with experimental support for version 6.0.0. Versions other than LLVM 3.9.1 may result in decreased performance or crashes in generated applications.

## Building ponyc using LLVM sources:

Expand Down

0 comments on commit c42ccd3

Please sign in to comment.