From ca260e1b119b043195158098a9afda3967c6854b Mon Sep 17 00:00:00 2001 From: Frederic Cambus Date: Sat, 17 Feb 2024 12:28:31 +0100 Subject: [PATCH] [docs] README: Switch link to clang.llvm.org to use HTTPS. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7fb16fd1d071a8..a9b29ecbc1a3a4 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ files needed to process intermediate representations and convert them into object files. Tools include an assembler, disassembler, bitcode analyzer, and bitcode optimizer. -C-like languages use the [Clang](http://clang.llvm.org/) frontend. This +C-like languages use the [Clang](https://clang.llvm.org/) frontend. This component compiles C, C++, Objective-C, and Objective-C++ code into LLVM bitcode -- and from there into object files, using LLVM.