Skip to content

Commit d794780

Browse files
authored
fixed clang url in build.md (#57501)
Sorry this was supposed to be in an earlier PR but I missed this one.
1 parent 8b9a19f commit d794780

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/devdocs/build/build.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ Notes for various architectures:
162162
Building Julia requires that the following software be installed:
163163

164164
- **[GNU make](https://www.gnu.org/software/make)** — building dependencies.
165-
- **[gcc & g++](https://gcc.gnu.org)** (>= 7.1) or **[Clang][clang]** (>= 5.0, >= 9.3 for Apple Clang) — compiling and linking C, C++.
165+
- **[gcc & g++](https://gcc.gnu.org)** (>= 7.1) or **[Clang](https://clang.llvm.org)** (>= 5.0, >= 9.3 for Apple Clang) — compiling and linking C, C++.
166166
- **[libatomic](https://gcc.gnu.org)** — provided by **[gcc]** and needed to support atomic operations.
167167
- **[python](https://www.python.org/)** (>=2.7) — needed to build LLVM.
168168
- **[gfortran](https://gcc.gnu.org/fortran/)** — compiling and linking Fortran libraries.

0 commit comments

Comments
 (0)